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

HTML, BODY{
	margin: 0;
	height: 100%;
	background-color: #eaeaea;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	overflow: hidden;
}

#splashBox{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#footer {
	width: 100%;
	height: 250px;
	background-color:#222222;
}