html, body {
	margin: 		0px;
	padding: 		0px;
	width: 			100%;
	height: 		100%;
	background: 	#E41819;
}

div.splash_screen_container {
	/*border: 		1px solid #afafaf;
	margin: 		auto auto;*/
	width:			733px;
	height:			550px;
	/*top:			50%;
	margin-top:		-275px;
	position: 		relative;*/
}