<html> <head> body { text-align:center; } #container { width: 960px; margin: 0 auto; text-align: left; } </head> <body> <div id="container"> all the content goes here </div> </body> </html>