body {
  background-image: url('fort_low_res.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
  color: white;
}