content {
background-color: #fff;
width: 960px;
margin: 0px auto;
overflow: auto;
text-align: left;
}
The other trick was to put margin: 0px auto. That makes the element float in the middle of a page. This is the standard container CSS that I use.