I want all my page content to be centered. Currently I have it almost there, but the header is aligning left for some reason despite it being in the same center wrapper div as the rest of the page.
(If you look at the source code, everything between <!--header--> and <!--/header--> is what's not centering properly.)
Ideally I was also hoping to have the colored div sections expand the full width of the page, but they cut off to whatever width I set for the #wrapper in my CSS. Is there a way I can expand the color but still keep the page centered?
I did this prototype page with <section> tags for centering content. View source to see the code.
http://alt-web.com/TEST/LHS-test.html
Nancy O.