
html,body {
margin:0;
padding:0;
height:100%;
width: 100%;
background-color: #D3D3D3;
} 


div#container{
width:1000px;
position:absolute; 
left:50%; 
margin:0 -500px;
height:auto;
height:100%;
background-color: #006;
}
div#box1{
background-color: #006 ;	
background: url(sky.jpg);	
width: 100%;
height: 130px;

}

div#box2{
background-color: #006;
margin-left:auto; margin-right:auto;
width: 100%;
height: 28px;

}

div#box3{
background-color: #900;
float: left;
width: 20%;
height: 75%;
}

div#box4{
background: url(water.jpg);
width:100%;
float: left; 
height: 78%;
}

div#box5{
background-color: #900;
float: left;
width: 20%;
height: 75%;
}

h1 {
	color:#039;
	font-family: Georgia,"Lucida Fax", serif;
	font-size: 200%;
	}

h2 {
	color:#039;
	font-family: Georgia,"Lucida Fax", serif;
	font-size: 150%;
	} 
	
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
} 	



    
                    
