#loader{
	z-index: 999999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../loader.gif) no-repeat rgba(200, 200, 200, 0.7);
	background-size:10%;
	background-position:center;
}