#popup {
	position: absolute;
	text-align: center;
	height: 670px;
	width: 1002px;
	left: 50%;
	margin-left: -501px;
	background-image: url('../back.gif');
	z-index:100;
}

#popup_content {
	padding: 5px;
	background: rgb(251, 251, 251);
	width: 600px;
	margin: auto;
	margin-top: 20%;
	border: 2px solid rgb(160, 0, 10);
}

#popup_close {
	float:right;
}
#popup_close a img{
	border: none;
}

