#loading {
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
	left: 0;
	margin: auto;
	background:#FFFFFF;
	zoom: 1;
	display: none;
	z-index:9999;
}
#loading img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -152px auto auto -152px;
	width: 305px;
	height: 305px;
}