#popup-bg {
	display:none;
	position:fixed;
	_position:absolute; /* IE6 */
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	_background:none; /* IE6 */
	z-index:1;
}
#popup {
	display:none;
	position:fixed;
	_position:absolute; /* IE6 */
	height:568px;
	width:568px;
	background:url(popup_bg.png) no-repeat;
	z-index:2;
}
#popup h2 {
	display:none;
}
#popup-close {
	display:block;
	height:0 !important;
	overflow:hidden;
	width:40px;
	background:url(button_close.png) no-repeat;
	padding-top:40px;
	position:relative;
	left:3px;
	top:3px;
	z-index:9;
	opacity:0.85;
}
#popup-close:hover, #download:hover {
	opacity:1;
}
#popup img {
	position:relative;
	top:-17px;
	left:23px;
	z-index:5;
}
#download {
	display:block;
	height:0 !important;
	overflow:hidden;
	width:150px;
	background:url(button_free_download.png) no-repeat;
	padding-top:49px;
	position:relative;
	left:210px;
	top:-80px;
	z-index:9;
	opacity:0.9;
}

