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

/*-- Splash Page Style Sheet --*/

body {
	background-color: #080500;
	background-image: url(images/kmSplashBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace, Verdana;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	font-size: 13pt;
	line-height: 34px;
	font-weight: normal;
}

a {
	color: #ffae00;
	text-transform: uppercase;
	font-size: 16pt;
	text-decoration: none;
	font-style: normal;
}

p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;	
}

.emailLink {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 75px;
	margin-left: 0px;
}

a:hover {
	color: #ffe400;
	text-decoration: underline;
}

a:visited {
	color: #ffae00;
}

#container {
	width: 523px;  
	margin: 0 auto; 
}

#splashText {
	margin-top: 475px;
}

