#blanket {
	background-color:#440022;
	opacity: 0.65;
	*background:none;
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color: #000000;
	width:600px;
	height:200px;
	border:none;
	z-index: 9002;
	text-align: center;
	color: white;
	font-weight: bold;
	cursor: default;
    -moz-box-shadow: 0 0 10px 3px #222;
    -webkit-box-shadow: 0 0 10px 3px #222;
    box-shadow: 0 0 10px 3px #222;
}