#overlay {
	background-color:#000000;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99998;
	opacity: 0.7;
}

#popupContainer {
	background-color:#F0F0EA;
	border:1px solid #464646;
	height:315px;
	position:fixed;
	top:210px !important;
	width:410px;
	z-index:99999;
}

#advertisement {
	background-color:transparent;
	border:1px solid #464646;
	height:251px;
	margin-left:14px;
	margin-top:-1px;
	text-align:center;
	width:380px;
	}

#closeLink {
	margin-right: -362px;
}

