#overlay_banner {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background: #000000; 
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
	z-index: 1100;
	margin: 0px;
	
}

#subcontent {
	position: absolute;
	top: -999px;
	z-index: 9999;
	overflow: hidden;
	clear: both;
}
