The document has become window object here in the Browser Object Model (BOM) and so has the background color.
BOM can affect the appearance of some parts of a document sometimes. The following BOM syntax is an example:
document.bgColor="#color"
Its fuller syntax indicates the relationship more clearly:
window.document.bgColor="#color"