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


	#splash {
		width: 949px;
		height: 336px;
		margin-top: 10px;
		font-size: 1.2em;
		background: url('images/login_splash.jpg') no-repeat;
		color: #ffffff;
		font-family: Arial, Helvetica, Sans-Serif;
		text-align: center;
		}
	#splashbox {
		padding: 110px 0;
		}
	#whitefont {
		color:#ffffff;
		font-family: Arial, Helvetica, Sans-Serif;
	}
		
