
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size:xx-small;
}

#background {
  position: fixed;
  top: 10px;
  left: 0;
}

#content {
  z-index: 1; /* The content should be above the background image */

      /*  top right bot left   */
  /* margin: 75px 0px 0px 80px; */
  font-family:helvetica;
  font-size:xx-small;

  /* Just add some fancy transparency */
  opacity: .90; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=90); /* IE lt 8 */
  -ms-filter: "alpha(opacity=90)"; /* IE 8 */
  -khtml-opacity: .90; /* Safari 1.x */
  -moz-opacity: .90; /* FF lt 1.5, Netscape */
}
