#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.75);
	z-index: 1;
}
#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 250px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
	
#loader img{

	padding: 10px;
	border: 1px #fff solid;
	border-radius: 5px;
	background: #000;
	width:90px;
	height:90px;
	
}

#loader p{

	color:#fff;
	font-weight: bold;
	
}