#popup-wrapper {
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
}

#popup {
	position:absolute;
	margin-left:-280;
	margin-top:-210px;
	left:50%;
	top:50%;
	width:560px
	height:315px;
}

#close {
	z-index:100;
	position: absolute;
	top:-20;
	right:-20;
}
