.preloadAnimation {
	position : fixed;
	top:0px;
	left:0px;
	background: black;
	opacity: 0.4;
	z-index: 50000;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	color: white;
	filter: alpha(opacity=40);
	width: 100%;
	height: 100%;
}
