body {
text-align: center
}
#container {
width: 770px;
margin: 0 auto;
text-align: left
}
The text-align:left in the container rule is to keep the text from center aligning due to the text-align: center in the body rule.
Filed under CSS | No Comments »