@charset "UTF-8";
body {
	font: 16px Arial, Helvetica, sans-serif;
	background: #121212;
	margin:0;
	padding:0;
	color:#FFF;
	text-align:center;
	line-height:1.3em;
}
p {
	font-size:0.75em;	
}
a:link {
	color: #FFF;
	text-decoration: underline;
} 
a:visited {
	color: #FFF;
	text-decoration: underline;
} 
a:hover {
	color: #f9ad00;
	text-decoration: none;
}  
a:active {
	color: #FFF;
	text-decoration: underline;
} 
#Container {
	width:1200px;
	height:1020px;
	margin:0 auto;
	border:0px solid red;
	background: url(images/SplashBkg.jpg) no-repeat scroll left top;
}
#ContainerWrapper {
	padding:515px 270px 0px 290px;
	border:0px solid yellow;
}
#WelcomeCopy {
	border:0px solid white;	
}
#Contact {
	padding:70px 0 0 0;
	border:0px solid yellow;
	font: italic normal 1em/1.75em Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
#FreeHighlight {
	text-transform: uppercase;
	color: #f9ad00;	
}
