div.popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	padding:25px;
	width: 630px;
	height: 370px;
	background-image:url(../img/popup.png);
}

div#page-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 5;
}

.ouroffer {
	float:right;
	padding:5px 0 0 0;
}
a.close-button {
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	float:right;
	padding:10px 0 0 0;
}
a:hover.close-button {
	color:#FFF;
}