div#greyScreen {
	position: fixed;
	z-index: 99998;	
	color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}

div#greyScreenText {
	position: fixed;
	z-index: 99999;
	color: #000;
	left: 50%;
	top: 50%;
	padding: 10px;
	height: 50px;
	width: 500px;
	margin-left: -250px;
	margin-top: -25px;
	border: 1px solid #aaa;
	background-image: url('images/9-1.gif');
	background-position: center 33px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
}
