@media screen and (min-width: 1024px) {
  html{ 
    background: url(../images/shack-background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  body{background:none;}

  #content-container {
    width: 1000px;
    background: #fff;
    margin: 0 auto;
    float: none;
  }

  .page {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
}