#loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
}

#spinner {
	display: none;
	color: #fff;
	z-index: 101;
}

#wrap {
	background: #fff;
	width: 100%;
}
