#preloader {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				100%;
	border:				0px none #fff;
	background-color:	#FFFFFF;
	z-index:			200;
	display:			block;
}

#preloader_logo {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-72px;
	margin-top:			-200px;
	width:				149px;
	height:				132px;
	border:				0px none #fff;
	z-index:			201;
	background-image:	url(images/preloader_logo.gif);
	background-repeat:	no-repeat;
}

#preloader_bar {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-75px;
	margin-top:			-10px;
	width:				150px;
	height:				2px;
	border:				0px none #fff;
	background-color:	#666;
	z-index:			201;
}

#preloader_fill {
	width:				0px;
	height:				2px;
	border:				0px none #fff;
	background-color:	#000000;
	z-index:			202;
}

#preloader_status {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-75px;
	margin-top:			10px;
	width:				150px;
	height:				50px;
	border:				0px none #fff;
	z-index:			201;
	text-align:			center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	font-style:			normal;
	font-weight:		normal;
	color:				#000000;
	text-decoration:	none;
}

