Here's my CSS code:
Code:
body {
background-image: url("../images/background.jpg"); background-color: #ac804c;
background-repeat: no-repeat; background-position: center top;
font-family: "Century Gothic" , Sans-serif; font-size: 13px; color: 1d0000;
margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;
width: 100%; }
#top_bar {
background-image: url("../images/top_bar.png"); background-repeat: repeat-x;
background-position: center top; width: 100%; height: 38px;
z-index: -2; }
img { border: 0px; }
img.logo {
width: 441px; height: 214px; background: url("../images/logo.png") 0 0; z-index: 0; }






