@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:  #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #223d86;
}
#splash {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position:absolute;
}
#splash_header {
	width: 1000px;
	height: 171px;
	margin: 0px;
}
#splash_logo {
	width: 1000px;
	margin: 0px;
}
#splash_buttons {
	width: 1000px;
	margin: 0px;
}
#splash_footer {
	width: 1000px;
	margin: 0px;
}
