/* Page Settings */
html {
	overflow-y: scroll !important;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#8A8A8A;
}
#splash_screen {
	margin-top:35px;
	width:1000px;
	height:680px;
}

#footer{ /* Sets the footer */
	clear:both;
	border-top:1px solid #8c8561;
}

a, a:visited, a:active {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
a:hover {
	text-decoration:none;
}

/* footer div contents */
#footer .addy, #footer .media {
	font-size:10px!important;
	margin:0px 0px 0px 0px;
	width:570px;
	text-align:right;
	float:right;
	color:#7F7F7F;
}

#splash_screen #footer {
	width:1000px;
	border:0px solid blue!important;
}
#splash_screen #footer .addy {
	text-align:left;
	border:0px solid red;
	width:100%;
	padding-top:6px;
}