html {
  background: #3fbcef url('../img/bg-horizon.png') repeat-x;
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: hidden;
}

#zeppelin, #boat, #chopper {position: absolute;}
#zeppelin {
  width: 140px;
  height: 120px;
  background: transparent url('../img/zeppelin.png') no-repeat;
  z-index: 25;
}
#boat {
  width: 75px;
  height: 75px;
  background: transparent url('../img/boat.png') no-repeat;
}
#chopper {
  width: 60px;
  height: 60px;
  background: transparent url('../img/chopper.png') no-repeat;
}

#backsterdk {
  position: absolute;
  background: transparent url('../img/backsterdk.png') no-repeat;
  width: 225px;
  height: 45px;
  left: 75px;
  top: 35px;
  z-index: 10;
}
#rat {
  display:none;
  position: absolute;
  background: transparent url('../img/rat.png') no-repeat;
  width: 62px;
  height: 45px;
  left: 15px;
  top: 35px;
  z-index: 10;
}

#footer {
  position:fixed;
  bottom:0px;
  width:100%;
}
#landscape {
  margin:0px auto;
  width: 1391px;
  height: 80px;
  background: transparent url('../img/landscape.png') no-repeat;
  z-index: 10;
}
#rack {
  position: absolute;
  bottom: 10px;
  left: 500px;
  height: 287px;
  width: 175px;
  background: transparent url('../img/rack.png') no-repeat;
  z-index: 15;
}
#flag {
  position: absolute;
  bottom: 25px;
  right: 500px;
  width: 100px;
  height: 139px;
  background: transparent url('../img/flag.png') no-repeat;
  z-index: 15;
}
