.layer_sky {
  background: url('images/layer_sky.jpg') no-repeat center top;
  top: 0px;
  background-size: cover;
  position: absolute;
  width: 2000px;
  margin-top: -20px;
  height:615px;
  z-index:0;
  left:50%;
  margin-left:-1000px;
}


.layer_cert {
	position: absolute;
	background: url('images/layer_cert.png') no-repeat scroll center top;
	width: 1029px;
	height: 378px;
	left: 50%;
	margin-left: -514px;
	margin-top: 64px;
	z-index: 4;
}

.layer_baggy {
	width: 308px;
	height: 203px;
	background: url('images/layer_baggy.png') no-repeat center top;
	position: absolute;
	margin-top: 424px;
	z-index: 3;
	left: 50%;
	margin-left: -393px;
}


.layer_rr {
	width:2000px;
	height:436px;
	background:url('images/layer_rr.png') no-repeat center top;
	position:absolute;
    margin-top:341px;
    z-index:5;
  left:50%;
  margin-left:-1000px;
}

.layer_front {
	width:2000px;
	height:446px;
	background:url('images/layer_front.png') no-repeat center top;
	position:absolute;
    margin-top:615px;
    z-index:5;
  left:50%;
  margin-left:-1000px;
}



.parallax_wrapper {
  min-height: 1117px;
  position: relative;
  overflow: hidden;
  display: table;
  height: 1117px;
  width: 100%;
  left: 0;
  top: 0;
}

.scene,
.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.scene {
  min-height: 1117px;
  position: relative;
  overflow: hidden;
}

.layer {
  position: absolute;
}
.layer div {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}




html,body{ overflow-x:hidden; background:none !important; margin:0px; }
div{position:absolute;}
.layer1 {background:url('images/layer_desc.png') no-repeat center top; width:472px;height:332px;top:0px;left:0px;}
.layer3 {background:url('images/layer_rr.png') no-repeat center top;width:1368px;height:515px;top:0px;left:0px;}
.layer4 {background:url('images/layer_baggy.png') no-repeat center top;width:308px;height:203px;top:0px;left:0px;}
.layer5 {background:url('images/layer_sky.jpg') no-repeat center top;width:1368px;height:481px;top:0px;left:0px;}