#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);        
	-moz-opacity: 0.5;                
	opacity: 0.5;
	-khtml-opacity: 0.5;
	z-index: 900;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#window {
		width: 580px;
	height: 280px;
	z-index: 901;
	position: absolute;
	margin:87px 0 0 161px;
	top:70px;
}

#window img {
	cursor: hand;
	cursor: pointer;
}
