ID: 15001 - Centering the content of a page Posted by andphe on Fri May 14 21:48:37 UTC 2010. Language css
body {text-align: center;} #wrapper {width:960px;margin: 0 auto;text-align:left;} <body> <div id="wrapper"> ... blah blah blah </div> </body>