#blur_background{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background:#303030;
	opacity: 0.92;
	z-index: 150;
}
#loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -3em;
	margin-left: -3em;
	z-index: 151;
	width: 50px;
	height: 50px;	
}