I'm trying to create this: http://i40.tinypic.com/8xpn5h.jpg
but I'm having trouble with the margins, text, and navigation.
CSS:
body{
background: #bbb;
}
#container{
height: 750px;
width: 1000px;
background-color: #ccc;
margin-left: auto;
margin-right: auto;
margin-top: 90px;
}
#title{...