#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
/*   margin-top: 80px; */

/*  clip the top off, instead of moving it down  */
   clip:rect(80px,auto,auto,auto);
   
}

#popUpDiv {
	position:absolute;
	background-color:transparent;
	margin-top: 35px;
/*
	width:300px;
	height:300px;
*/
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	xoverflow-x: hidden; 
	xoverflow-y: hidden;
	border-style:none;
}


