body {
  margin: 0;
  padding: 0;
  background-image: url("bg7.jpg");
  background-repeat: no-repeat;      
  background-size: cover;            /* Cover makes it centered and nice */
  background-position: center top;   /* Center horizontally */
  background-attachment: fixed;      /* Keeps background in place while scrolling */
}