
body, html {
  height: 100%;
  margin: 0;
  background-image: url(AtlasWeb.jpg);
  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
