* {
	font-family: trebuchet ms;
	font-size: 12px;
}

body {
background-image: url(wavebg.gif);
background-position: relative; 
}

div.container {

	width: 800px;
	height: 550px;

	position: relative;
}



.imgA1 { 
	position:absolute; 
	top: 10px; 
	left: 50px;
	z-index: 7; 
} 

.imgB1 { 
	position:absolute; 
	top: 25px; 
	left: 600px; 
	z-index: 5; 
} 

.imgC1 { 
	position:absolute; 
	top: 150px; 
	left: 155px; 
	z-index: 3; 
} 

.imgD1 { 
	position:absolute; 
	top: 150px; 
	left: 500px; 
	z-index: 1; 
} 

div.footer {
position:relative;
top:425px;
color: #99B4C7;
}

div.footer a {
color: #99B4C7;
}
