#site-container {
	position: absolute;
	top: 0;
	left: 0;
	background: #000 url('../images/site-background.jpg') top center repeat-x;
	opacity: 0.2;
	filter: alpha(opacity=20);
	width: 100%;
	height: 100%;
	z-index: 50;
}

#container-popup-background {
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	height: 1030px;
	margin-left: -480px;
	background: #000 url('../images/site-background.jpg') top center repeat-x;
	z-index: 70;
}

#container-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 500px;
	margin: -250px 0 0 -250px;
	border: 1px solid #000;
	border-radius: 10px;
	overflow: hidden;
	background: #fff url('../images/spiral-background.png') top center no-repeat;
	z-index: 100;
}

#popup-logo {
	height: 120px;
	display: block;
}

#popup-text {
	margin: 0 auto;
	width: 80%;
	font-size: 12px;
}

#popup-text h1 {
	text-align: center;
	font-size: 24px;
	color: #434c9e;
	line-height: 36px;
	font-weight: normal;
}

#popup-text h2 {
	text-align: center;
	font-size: 14px;
}

#popup-visit-button, #popup-visit-button img {
	margin: 10px auto 0 auto;
	display: block;
	border: none;
}

#container-wide {
	height: 664px;
}

#footer-wide {
	height: 366px;
}