#preloader  {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 9999999;
	height: 100%;
}

#status  {
	width: 128px;
	height: 128px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../_images/_load.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}