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
I am not sure 100%, but try to replace selector with "html, body":
html, body { background: black; color: white; font-family: Chaparral Pro, lucida grande, verdana, sans-serif; }