image below

and heres the css code i have written, can anyone help me and show me im going wrong.
body{
background: black;
font-family: helvetica, arial, "sans serif";
color: grey;
text-align: center;
}
#container{
width: 900px;
margin: 0px auto;
}
#header{
height: 150px;
background: url(photoshop/Bannercopy.jpg) no-repeat;
}
#content{
float: right;
width: 400px;
}
#nav{
height: 45px;
width: 900px;
background: url(photoshop/navcopy.jpg) no-repeat;
}
#nav ul li{
display: inline;
}
Help



















