#firstpage {
  /*	background-color: #009933;  */
   background: url(images/wave.jpg); 
	position: absolute;
	left:0px; 
	top:0px;
    width: 100%;
    height: 100%;
	right:0px;
	bottom:0px;
}

#nebo {
 position:absolute;
 left:107px;
 right:107px;
 top:0px;
 height:30%;
 background-color:#CCFFFF;
/* background-image: url(../images/FirstPage/FonTopOne.jpg); */
 z-index:0;
}

#water {
 position:absolute;
 background: url(images/wave.jpg);
 left:107px;
 right:107px;
 top:50%;
 bottom:0px;
/* background-color: #99FF99;  */
 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:80px;
width:75px;
height:157px;
z-index:5;
}
#rightGrass {
position: absolute;
right:111px;
bottom:88px;
width:72px;
height:157px;
z-index:6;
}
#footerGrass {
position: absolute;
left:107px;
right:100px;
bottom:0px;
height:92px;
z-index:7;
}
#hellobox_top {
position: absolute;
/*background-image: url(../images/firstPage/HelloTop.gif); */
left:25%;
right:25%;
top:270px;
height:40px;
z-index:10;
}
#hellobox_main {
position: absolute;
background: #FFFFFF;
left:25%;
right:25%;
top:300px;
bottom:60px;
/*height:100%;  */
margin:0px 7px;
padding:0px 7px;
z-index:9;
}
#hellobox_down {
position: absolute;
/*position: relative;  */
/*background-image: url(../images/firstPage/HelloDown.gif);  */
left:25%;
right:25%;
bottom:50px;
height:40px;
z-index:11;
}


