#displaybox {
	/*filter: alpha(opacity=50);*/ /*older IE*/
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);*/ /* IE */
	/*-moz-opacity: .50;*/ /*older Mozilla*/
	/*-khtml-opacity: 0.5;*/   /*older Safari*/
	/*opacity: 0.5;*/   /*supported by current Mozilla, Safari, and Opera*/
	/*background-color:#000000;*/
	background-image:url('../images/backgrounds/overlay_background.png');
	/*position:fixed;*/
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	z-index:100;
}

#imageBox {
	width:850px;
	background-color:#ffffff;
	margin:auto;
	color:#000000;
	/*position:absolute;*/
	/*top:0px;
	left:0px;*/
	/*margin-top:50px;
	margin-bottom:50px;*/
	z-index:200;
}

