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

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

div {
	position: relative;
	text-align: center;
}

#wrapper {
background: #bedfe4 url(sun.png) no-repeat left -30px;
border: 5px solid #402309;
}

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

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

#full-robot {
	width: 271px;
}

#ground {
	background: url(ground-05.png) no-repeat left bottom;
}

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

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

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

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