#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999
}
#spinner {
	display: block;
	position: relative;
	left: 46%;
	top: 46%;
	width: 70px;
	height: 70px
}
