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

/*adds scrollbar in all browsers */
html {overflow-y: scroll;
}

/*controlls the background of the page */
body {
	padding:0;
	border:0;
	background-color: #000000;
	margin-top: 20px;
	}
#splash {
	padding: 0;
	border: 0;
	width: 550px;
	height: 575px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#splash a:link, #splash a:visited {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 550px;
	height: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #64FA64;
	text-decoration: underline;
}
#splash a:hover, #splash a:active {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 550px;
	height: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #CCC;
	text-decoration: none;
}

