@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/bg-splash.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 325px 0 0 0;
	padding: 0;
	text-align: center;
}

a {
	color: #a68f6b;
	text-transform: uppercase;
	text-decoration: none;
}	

a:hover {
	color: #ffffff;
	
}
