#curtain{
	width: 100%;
	height: 100%;
	background: url(images/backgrounds/blackSolid.gif) repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
}
#popOut{
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -310px;
	padding: 20px;
	background-color: #fff;
}
#popOut p{ text-align: right;}