#firspage {
	background-color: #009933;
	position: absolute;
	left:0px; 
	top:0px;
    width: 100%;
    height: 100%;
	right:0px;
	bottom:0px;
}

#nebo {
 position:absolute;
 left:107px;
 right:107px;
 top:0px;
 height:100%;
 background-color:#CCFFFF;
 z-index:0;
}

#water {
 position:absolute;
 left:107px;
 right:107px;
 top:50%;
 bottom:0px;
 background-color: #669933;
 z-index:1;
}
#lefttree {
 position: absolute;
 left:0px;
 top:0px;
 bottom:0px;
 width:107px;
 height:100%;
 z-index:2;
}
#leftleaf {
 position: absolute;
 top:0px;
 left:107px;
 width:290px;
 height:279px;
 z-index:3;
}

#rightTree {
position: absolute;
right:0px;
top:0px;
width:111px;
height:100%;
z-index:4;
}

#rightLeaf {
position: absolute;
right:107px;
top:0px;
width:295px;
height:280px;
z-index:3;
}
#leftGrass {
position: absolute;
left:107px;
bottom:82px;
width:75px;
height:157px;
z-index:5;
}
#rightGrass {
position: absolute;
right:111px;
bottom:82px;
width:72px;
height:157px;
z-index:6;
}
#footerGrass {
position: absolute;
left:107px;
right:100px;
bottom:0px;
height:92px;
z-index:7;
}