#waitFor {
	position: absolute;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	/* *** */
	background: #141414 url('./waiting.gif') center center no-repeat;
	/* *** */
	opacity: 0.75;
	filter: alpha(opacity=75);
}