/*index page*/

body {
	background-color: #134A5C;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/bkg.jpg);
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	}
#container {
	position: relative;
	margin-left: auto;
	margin-top: 0px;
	width: 900px;
	height: 896px;
	}
#wave1 {
	position: absolute;
	top: 603px;
	left: 0px;
	z-index: 1;
	}
#wave2 {
	position: absolute;
	top: 44px;
	left: 133px;
	z-index: 2;
	}
#wave3 {
	position: absolute;
	top: 234px;
	left: 254px;
	z-index: 3;
	}
#dolphin {
	position: absolute;
	top: 326px;
	left: 132px;
	z-index: 4;
	}
#wave4container {
	position: absolute;
	top: 0px;
	left: 430px;
	width:450px;
	z-index: 5;
	}
#wave4Shadow {
	position: absolute;
	top: 325px;
	left: 71px;
	z-index: 6;
	}
#wave4 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 7;
	}
#header {
	position: absolute;
	top: 54px;
	left: 22px;
	z-index: 8;
	}
.h1 {
	color: #d5a513;
	font-size: 18;
	text-transform: capitalize;
	}
.h2 {
	color: #12495c;
	font-size: 12px;
	text-transform: uppercase;
}
#bodyText {
	position: absolute;
	top: 219px;
	left: 16px;
	color: #1e86a2;
	font-size: 11px;
	z-index: 8;
	height: 48px;
	width: 306px;
	}	
#links {
	position: absolute;
	top: 266px;
	left: 119px;
	z-index: 8;

	}
a {
	color: #E4CA7C;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	}
a:hover {
	color: #d5a513
	}
#sponsorsTitle {
	position: absolute;
	top: 30px;
	left: 73px;
	z-index: 9;
	}
#sponsorLogos {
	position: absolute;
	top: 83px;
	left: 190px;
	z-index: 9;
	}
#bcf {
	position: absolute;
	top: 200px;
	left: 489px;
	z-index: 9;
	}
