/*body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}*/

#Overlay{
	position: absolute;
	z-index:90;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	
	filter:alpha(opacity=20);
	-moz-opacity: 0.3;
	opacity: 0.3;
	display: none;
}

#PopupWindow{
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display:none;
	
}

