html, body {
	height: 100%;
	background: #000000;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	min-height: 344px; /* For Mozilla/Opera/Safari */
}

#Container {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	height: 100%;
}

#Splash {
	position: absolute;
	top: 0%;
	left: 0%;
	background: #000000;
}


