.screen {
	display: block;
	width: 100%; 
	height: 100%;
	background: #75660D;
	opacity: 0.55;
	filter: alpha(opacity = 55);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.popup {
	display: none;
	width: 460px;
	height: 180px;
	background: white;
	position: fixed;
	left: auto;
	top: 200px;
    -position: absolute;
	-top: expression(parseInt(document.documentElement.scrollTop) + 200 + "px");
	z-index: 500;
	padding: 3px;
}
	.popup div.close {
		text-align: right;
		height: 15px;
	}
	.popup div.close a {
		font-family: Arial, Tahoma, Verdana;
		font-size: 12px;
		color: black;
		text-decoration: none;
		font-weight: bolder;
	}
	.popup div.overFlash {
		position: absolute;
		z-index: 520;
	}
		.popup div.overFlash  img 
		{
			border: 0px;
			width: 460px;
			height: 162px;
		}