html, body {
  height: 100%;
  width: 100%;	
}

body {
  overflow-y: auto;
  height:100%;  
  background-color: #FFF8F6;
}

body#home div#background {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
}

body#home div#background div#bgfade {
  width: 100%;
  height: 100%;
  background-position: center;
}

body div#content {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
}

body div#content div#center {
  border: 1px solid #ff0000;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
