
html { height:100%;}

body {
  background-color:#000;
  margin:0 auto;
  position: relative;
}

.wallpaper {
  background: url("../pic/moodbanner/advent-1.jpg") no-repeat scroll 50% 0 #000;
  height: 1050px;
  left: 0;
  position: absolute;
  top: -140px;
  width: 100%;


}

#wrap {
  background:url(../pic/bg-body.png) repeat-x scroll 0 0 #70A3F4;
  margin-top:140px;
  padding-top:2px;
  position:relative;
  z-index:1000;
}
