#loading{
 position:absolute;
	top:160px;
	right:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100px;
	background-image:url(images/loading.gif);
	background-repeat: no-repeat;
	background-position:center center;
	z-index:999;
}
