@charset "windows-1250";
/* CSS Document */

#popup {
	display: none;
	width: 574px;
	height: 380px;
	background-color:#D5C891;
	background-image:url(../images/tree.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border: 4px solid #410016;
	z-index: 10;
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/ 
	
}
#popup .close {
	background-color: #410016;
	width: 574px;
	height: 50px;
}
#popup .close p {
	color: #fff;
	font-size: 20px;
	padding: 0.5em;
	text-align: right;
}
#popup .close p a {
	color: #fff;
	text-decoration: none;
}
#popup .text {
	width: 574px;
	height: auto;
	color: #fff;
	font-size: 20px;
	text-align:	center
	}
#popup .text a {
	color: #990000;
	
}
#popup .text p {
	text-align:	center;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color:#000;
	background-image:url(../images/bgrt.gif);
	z-index:1;
}

#top {
z-index: 0!important;
}
