#popup {
	position: absolute;
	top:45%;
	left:35%;
	z-index:9999;
	width:976px;
	height:420px;
	margin:-220px 0 0 -250px;
	background:#fff;
	text-align:left;
	overflow:visible;
}
#overlay{
	position:absolute;
	top:30;
	left:0;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

