body {	font-family: tahoma, sans-serif;
	font-size:small;
	color:#000000;
	background-color:#20C3F8;
	}

h3 {	font-family: tahoma, sans-serif;
	font-size:large;
	font-weight:normal;
	color:#000000;
	text-align:center;
	}
	
a:link {text-decoration:none; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:active {text-decoration: none; color:#000000;}
a:hover {text-decoration: underline; color:#000000;}

#layer1 {	position:absolute;
	width:750px;
	height:300px;
	left:50%;
	margin-left:-375px;
	background-image:url('header.jpg');
	background-repeat: no-repeat;
	}

#layer2 {	position:absolute;
	width:600px;
	left:50%;
	margin-left:-335px;
	top:320px;
	}
	
#layer3 {	position:absolute;
	width:50px;
	left:50%;
	margin-left:300px;
	top:330px;
	}

#layer4 {	position:absolute;
	width:130px;
	height:180px;
	z-index:4;
	left:50%;
	margin-left:-305px;
	top:300px;
	}

#layer5 {	position:absolute;
	width:90px;
	height:35px;
	z-index:5;
	left:100%;
	top:100%;
	margin-left:-90px;
	margin-top:-35px;
	}
