#OVRL_overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.OVRL_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}

.OVRL_overlayBG {
	background-color:#2e5a80;
	filter:alpha(opacity=0);
	opacity: 0;	
}

* html #OVRL_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
