My page footer is separated from the main content using a background image. This image appears correctly when viewed in a browser window that is wider than the specified min-width of the page. However, if the window is resized to be narrower, the image shifts to the right in relation to the main body.
Appearance in wide browser windows:
Appearance in narrow browser windows:
Is there a way to keep a 30 pixel margin on the left side of the main body content when viewed in a narrow browser window, instead of being pushed up against the window edge?
You can view the live page here if you need to refer to the CSS.