I have a header-container with a background image, like so:
#header-container { background:url(../img/bg.jpg) repeat-x 0 0px; margin:0px auto; width:100%; te
Add to "body" tag "width: 100%; display: table;"
body { //..your_body_css_here... width: 100%; display: table; }