html { 
  background: url(background.jpg) no-repeat center center fixed; 
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
a, a:hover, a:active, a:visited { color: white; }