h1, p {
	position: absolute;
	left: -9999px;
}

body {
	margin: 0;
	padding: 0;
}

#intro h1,
#intro p {
position: relative;
left: 10px;	
margin: 0;
padding: 0;
}

div {position: relative;}

#wrapper {
background: #bedfe4 url(../images/sun.png) no-repeat left -30px;
}

#cloud-01 {
	background: url(../images/clouds-01.png) repeat-x left -100px;
}                                                         
                                                          
#cloud-02 {                                               
	background: url(../images/clouds-02.png) repeat-x left top;
}

#mountains-03 {
	background: url(../images/mountain-03.png) repeat-x left bottom;
}

#full-robot {
	width: 271px;
}

#ground {
	background: url(../images/ground.jpg) repeat-x left bottom;
}

#branding {
	/*background: url(../images/robot-head.png) no-repeat center top;*/
	width: 271px;
	height: 253px;
	z-index: 4;
}

#content {
	/*background: url(../images/robot-torso.png) no-repeat center top;*/
	width: 271px;
	height: 164px;
	z-index: 3;
	margin-top: -65px;
}

#sec-content {
	/*background: url(../images/robot-hips.png) no-repeat center top;*/
	width: 271px;
	height: 124px;
	z-index: 2;
	margin-top: -90px;
	}

/*#footer {
	background: url('../images/robot-legs.png') no-repeat center top;
	width: 271px;
	height: 244px;
	z-index: 1;
	margin-top: -90px;
	}*/

#taxi {
	background: url('../images/taxi.png') no-repeat center top;
	width: 552px;
	height: 220px;
	z-index: 100;
	margin-top: -90px;
	top: -165px;
	position: relative;
	}

#taximan-in {
	position: absolute !important;
	background: url('../images/taximan-in.png') no-repeat center top;
	width: 54px;
	height: 84px;
	z-index: 50;
	left: 245px;
	top: 145px;
}

#women-in {
	position: absolute !important;
	background: url('../images/women-in.png') no-repeat center top;
	width: 84px;
	height: 84px;
	z-index: 50;
	left: 165px;
	top: 145px;
	opacity: 0;
}

#taximan-outside {
	position: absolute !important;
	background: url('../images/taximan-outside.png') no-repeat center top;
	width: 82px;
	height: 171px;
	z-index: 50;
	left: 20px;
	top: 112px;
	opacity: 0;
}

#women-outside {
	position: absolute !important;
	background: url('../images/women-outside.png') no-repeat center top;
	width: 114px;
	height: 163px;
	z-index: 50;
	left: -80px;
	top: 112px;
	opacity: 0;
}

#airplane {
	position: absolute !important;
	background: url('../images/airplane.png') no-repeat center top;
	width: 347px;
	height: 154px;
	z-index: 50;
	left: -50px;
	top: -15px;
	opacity: 0;
}

#wheel-one {
	position: absolute !important;
	background: url('../images/wheel.png') no-repeat center top;
	width: 60px;
	height: 60px;
	z-index: 120;
	left: 135px;
	top: 218px;
	opacity: 1;
	/*animation: 2s rotation infinite linear;*/
}

#wheel-two {
	position: absolute !important;
	background: url('../images/wheel.png') no-repeat center top;
	width: 60px;
	height: 60px;
	z-index: 120;
	left: 340px;
	top: 218px;
	opacity: 1;
	/*animation: 2s rotation infinite linear;*/
}




/*@keyframes rotation {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}*/