#overlay {
	background-color:#000000;
	height:100%;
	min-height:900px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99998;
	opacity: 0.7;
}

#popupContainer {
	background-color:#F0F0EA;
	border:1px solid #464646;
	height:620px;
	position:fixed;
	top:20px !important;
	margin-left:-110px;
	width:700px;
	z-index:99999;
}

#advertisement {
	background-color:transparent;
	height:590px;
	margin-left:8px;
	margin-top:-1px;
	text-align:center;
	width:684px;
	}

#closeLink {
	
}

