#bodyOverlay {
	background-color: #000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

