page will not align center
I have got a css problem. http://www.luukratief-design.nl/dump/parallax/index.html I cant get this page to align center. Before i get the answer to use "text-align: center;" on the body, i already did. The page 100% validates (CSS and HTML). Please help, never had this before. Set the left and right margins of the #wrapper div to auto #wrapper{ margin:0 auto; } to align a page in the center you can place all the content of the page inside a container div and set these css properties body { text-align: center; //for ie 6 } #main_wrapper { text-align: left; width: 1000px; //any width you want