#turnOff {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity: 0.97;
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	z-index: 1;
}
   