html {
  height:100%;
background:#F6C918;
}

body{
  margin:0;
  padding:0;
background-image: linear-gradient(#f18d13, #F6C918);
  /*background:#f18d13;*/
  height:100%;
}

#gap {
min-height:250px;
}

#wrapper {
  position:relative;
  width:100%;
  height:100%;
}

#clouds{
  /*background:url("http://qhunt.co.uk/images/cloud.png") repeat-x 0 bottom;*/
  width:100%;
  height:230px; /*190px*/
  min-height:230px;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  -webkit-transform:translate3d(0,0,0.01);
  transform:translate3d(0,0,0.01);
}

#ground {
  background:url("/images/Industrial5.png") repeat-x 0 0 transparent;    
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:1;
  width: 100%;
  height: 232px;
  min-height:232px;
  border:0 none transparent;
  outline:0 none transparent;
  -webkit-transform:translate3d(0,0,0.01);
  transform:translate3d(0,0,0.01);
  will-change: transform;
}