html {
  height: 100%;
}
body {
  margin: 0px;
  height: 1332px;
  overflow-x: hidden;
}
#page {
  min-height: 100%;
  height: 1332px;
  margin: 0 auto;
  background-image: url(placeholder.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
 }
