.loading{
	position: absolute;
	width: 400px;
	height: 300px;
	top: 0;
	left: 0;
	background: url(../../imgs/loader.gif) center center no-repeat #a48b7d;
	z-index: 2;
	margin: 0;
	text-indent: -9999px;
}
