#blanket {
   background-color:#111;
   opacity: 0.95;
   *background:none;
   position:fixed;
   z-index: 99001;
   top:0px;
   left:0px;
   width:100%;
   height:100%;
}

#popUpDiv {
	position:relative;
	left: 150px;
	width:550px;
	height:500px;
	z-index: 99002;
}
#popUpDiv a {position:relative;}
