Yo dawg,
#footer {
width: 689px;
height: 28px;
margin: 25px 0px 0px 0px;
overflow: visible;
float: left;
clear: both;
vertical-align: bottom;
display: block;
}
Remove the "float:left" tag on your #footer and you should be good to rock on.
Later on!
- Moo!