div.greyzone {
	z-index: 1000;
	position: absolute;
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	
	width: 100%;
	height: expression(document.body.clientHeight + "px");

	background: url('../images/trans2.gif');
}


div.greyzone div {
	margin: auto;
	margin-top: 25%;
	padding: 10px;
	margin-top: 15%;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: center;
}


div.greyzone div img {
	border: 3px solid #82231F;
}
