body, html {
/* Set Background picture*/
  height: 100%;
  background-image: url('bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;   
  background-size: cover;
}

