#loading{
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#loading .opaco{
	width:100%;
	height:100%;
	background-color:#000000;
	/*IE*/
	filter: alpha(opacity=30);
	/*FireFox Opera*/
	opacity: .3;
}

#loading .progress{
	cursor: default;
	top: 250px;
	left: 45%;
	position: absolute;
}