


body {
  background: #202020 url(catacombs.png);
  background-size: 100% 140%;  /*<- 100% 140% seems most reliable :/ */
  background-repeat: no-repeat;
  color: white;
  font-family: 'VCR OSD Mono';
}

header {
  margin-top: 150px
  }

a:link {
  color: #00FFFF;
}
a:visited {
  color: #00FFFF
}