body {
	background: #FFF;
	margin: 0px;
}
a:link {
	color: #3C3835;
	text-decoration: none;
}
a:hover {
	color: #A63E17;
}
a:active {
	color: #A63E17;
	text-decoration: underline;
}
a:visited {
	color: #848283;
	text-decoration: none;
}


#splash {
	background: url(img/splash.jpg) no-repeat fixed center top;
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.splashtext {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: 470px;
}
#social {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
