#is-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 999999;
}
#loading {
	position: absolute;
	left: 50%;
	top: 30%;
}
