#loading-splash-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: red;
	z-index: 10000;
}

#loading-splash-overlay > p {
	font-size: 80px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-family: verdana;
	font-weight: bold;
	vertical-align: middle;
}