@charset "UTF-8";
/* CSS Document */

a:focus{
 outline:none;
 }

body {
	margin: 0;
	padding: 0;
	background-color: #DCDFEB;
}

#mainSplashContainer {
	height: 0px; /* set to taste */

	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
	
}

#splashCenter {
	overflow: auto; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -400px; /* half of width */
	width: 800px; /* width of div */
	height: 600px; /* height of div */
	top: -300px; /* half of height */
	background-repeat: no-repeat; /* cosmetic */
	background-position: center;
}
	#splashCenter {
	background-image: url(../images/edc-splash-bg.jpg); /* cosmetic */
	}
	

.splashContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 305px;
	margin-top: 285px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.splashContainer a{
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

.splashContainer a:hover{
	color: #fbdb8b;
}

.flashBtnContainer a{
	margin-left:275px;
	margin-top:175px;
	width:256px;
	height:48px;
	display: block;
	background-image: url(../images/flashplayerbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	
.flashBtnContainer a:hover{       
	background-position: 0px -48px;
} 	
