Aha! I see, that was poor designing on my part. I added a width to the body tag, as well as a top padding.
So, change the body tag to this (remove the padding and width):
body {
margin: 0 auto;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 78.5%;
color: #333;
background:#999;
}
and add
margin-top:25px;
to the #mainWrapper tag.



Reply With Quote
