body {
margin:0;
padding:0;
background:url(/img/bg.jpg) top left;
}
#wrapper {
margin:20px auto;
width:760px;
background:#fff;
border:#000 solid 1px;
}
#header {
background:url(/img/logo.png) no-repeat left;
height:300px;
margin-left:-120px;
overflow:visible;
width:880px;
}
#header ul {
list-style:none;
float:right;
margin:169px 10px 0 0;
}
#header ul li {
display:inline;
}

#header ul li a:link, #header ul li a:visited {
padding:10px 40px;
background:#CECECE;
border:solid #000 1px;
text-decoration:none;
color:#000;
margin:0 5px;
float:left;
}
#header ul li a:hover {
background:#839EBC;
padding-top:11px;
border-top:0px;
}
#content {
margin:-50px 20px 20px 20px;
}