I have a site that is centered horizontally:
#container{margin:auto 0px}
My main page has a height of 900px, and does not have scroll bars. Other pages do scroll and the header of the site is moving on scroll width, because the width of content pages is smaller than the main page.
What can I do in this situation? I don't think jquery is the answer, because it starts on pageload, so we'll see the moving anyway.