body{margin:0 auto; overflow-x: hidden;}
#preLoader{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: table;
	position: fixed;
	background-color: #fff;
	text-align: center;
	z-index: 1000000;
}
#preLoader img{
	margin-top: 150px;
	animation:rotate-scale-up 1s linear infinite;
}