#siteLoader {
	position: absolute;
	z-index: 100;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;	
}
#loadImg {
	position: absolute;
	text-align: center;
	background-color: #000;
	width: 100%;
	z-index: 100;
	top: 50%;
	left: 0;
	line-height: 0;	
}
#loadText {
	position: relative;
	font-family: Verdana, Arial;
	font-size: 20px;
	top: 45%;
	height: 25px;
	color: #fff;	
	text-align: center;  

}
#siteDetailLoader {
	position: relative;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #fff;	
	text-align: right;  
	top: 5%;	
	right: 10px;
}