html, body {
  height:  100%;
}

body {
  background-image:      url('/404/movealong.jpg');
  background-repeat:     no-repeat;
  background-attachment: fixed;
  background-position:   center;
  background-size:       contain;
  background-color:      black;
}
