}
$out->element('style', array('type' => 'text/css'),
- 'body { background-color: #' . $bgcolor->hexValue() . '} '."\n".
- '#content { background-color #' . $ccolor->hexValue() . '} '."\n".
- '#aside_primary { background-color #'. $sbcolor->hexValue() .'} '."\n".
+ 'html, body { background-color: #' . $bgcolor->hexValue() . '} '."\n".
+ '#content { background-color: #' . $ccolor->hexValue() . '} '."\n".
+ '#aside_primary { background-color: #'. $sbcolor->hexValue() .'} '."\n".
'html body { color: #'. $tcolor->hexValue() .'} '."\n".
'a { color: #' . $lcolor->hexValue() . '} '."\n");
}