html, body {
  min-width:100%;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:90%;
  color:#000000;
}

html {
  background:#ffffff url(/images/red_bg.png) repeat-x 0 93px;
}