.loader {
	background: none repeat scroll 0 0 #333333;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999; 
}

.loader .loader_inner {
	background-image: url('../images/loader.gif');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #333333;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -18px;
	left: 50%;
	top: 50%;
	position: absolute; 
}