Sometimes I get a broken background in Chrome. I do not get this error with any other browser.
This is the simple CSS line responsible for the background color of b
HTML and body height 100% doesn't work in older IE versions.
You have to move the backgroundproperties from the body element to the html element. That will fix it crossbrowser.