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

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

div {position: relative;}

#tablero {
background: transparent url(../images/sun.png) no-repeat 50px 60px;
height:500px;
width:900px;
position:relative;
margin-top:25px;
}

#birds {
	background: url(../images/birds.png) no-repeat left -100px;
        position:relative;
	top: 30px;
        width:100%;
        height:100px;
}                                                         
                                                          
#cloud {
	background: url(../images/clouds-02.png) no-repeat left top;
        position:relative;
        width:100%;
        height:150px;
	top: 0px;
}

#far {
	background: url(../images/far.png) no-repeat left bottom;
        position:relative;
        width:100%;
        height:100px;
        top:290px;
}

#full-robot {
	width: 271px;
        position:relative;
        top:-250px;
}

#near {
	background: url(../images/near.png) no-repeat left top;
        position:relative;
        width:100%;
        height:250px;
        top:-525px;
}

#bird {
	background: url(../images/bird.png) no-repeat center top;
        position:relative;
	width: 35px;
	height: 42px;
	top: 150px;
	z-index: 1;
}

#boat {
	background: url(../images/boat.png) no-repeat center top;
        position:relative;
	width: 150px;
	height: 139px;
	z-index: 2;
	top: 150px;
}

#boat1 {
	background: url(../images/boat1.png) no-repeat center top;
        position:relative;
	width: 200px;
	height: 185px;
	z-index: 3;
	top: 0px;
	}

#boat2 {
	background: url('../images/boat2.png') no-repeat center top;
        position:relative;
	width: 250px;
	height: 231px;
	z-index: 4;
	top: -190px;
	}

