/*--- LOADING ---*/

#loading {
	background-image: url("../images/loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 120px;
	left: 50%;
	margin: -100px 0 0 -50px;
	position: absolute;
	top: 50%;
	width: 120px;
}
#preloader {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

/* LOADING */