Hi, I have uploaded my logo image but it is stuck behind the main content for some reason, you can just see the very top of it sticking out, can you suggest how I make it visible? www . yachtinguniverse.com/beta2 Thanks
Your logo part CSS code is: #logo { background:url("../images/blue/logo.png") no-repeat scroll 0 3px transparent; } blue.css (line 12) #logo { float:left; height:85px; text-align:left; width:330px; } But your image size is 600*200px. Reduce the size to width:330px and height:85px.