body {
  background: #000 url(../images/bg.jpg) no-repeat center center;
  background-attachment: fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  overflow-y: hidden;
}