/**
 * The loader style.
 **/
div#loader {
	position: absolute;
	
	top: 50%;
	left: 48%;
	width: 66px;
	height: 66px;
	
	background-image: url("../Graphics/loader.gif");
	
	vertical-align: middle;
	text-align: center;
	
	z-index: 5000;
	
	font-size: 150%;
	color: white;
	
	visibility: hidden;
}