Margins?

why is the background on the menu thing have the body background and not the other background, shouldmn’t it not be like that?

Thanks…

think tha6s cause its floated, so I think I can add <br style: clear:both> but theres got to be a better way

This is getting in the way (CSS line 64):

#access {
[COLOR="#FF0000"]background: none;[/COLOR]
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-bottom: 10px;
}

but when I remove that, this happens

You have a linear gradient on the nav which is basically black to black (line 540 ff) … if this isn’t what you want, then what do you want? The browser is currently doing what your CSS says to do.