body, html {
  background-attachment: fixed;
  background-color: #000000;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-position: left top; }
  body #content, html #content {
    position: absolute;
    left: 300px;
    top: 200px;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; }
