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

body
{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color:#344D1D	;
}

#container
{
	width:800px;
	min-height:500px;
	margin: 0 auto;
}

#splashlogo
{
	background-image:url(images/splash_sslogo_circle_1.png);
	background-repeat:no-repeat;
	background-position:center;
	width:800px;
	height: 350px;
	margin:0 auto;
}

#splashcontent
{
	font-size:16px;
	color:white;
	margin: 0 auto;
	width: 800px;
	text-align:center;
	font-weight:lighter;

}




#footer
{
	font-size:12px;
	font-weight:lighter;
	margin: 0 auto;
	width: 700px;
	text-align:center;
	color:white;
	padding-bottom: 10px;
}

a
{
	color:white;
}

a:hover
{
	color: #8F191B;
	text-shadow: 1px 1px 2px #1C2B0F;
}

h1
{
	color: #white;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	text-shadow: 1px 1px 2px #1C2B0F;
}