#footer_banner_cont
{
	display:none;
	width:100%;
	height:94px;
	position:fixed;
	overflow:hidden;
	bottom:0px;
	left:0px;
	text-align:center;
	margin-bottom: 0px;
	z-index:999;
}

#footer_banner
{
	width:720px;
	height:90px;
	overflow:hidden;
	margin:2px auto 0px auto;
	text-align:center;
}

#footer_banner_bg
{
	width:100%;
	height:94px;
	position:absolute;
	overflow:hidden;
	bottom:0px;
	left:0px;
	text-align:center;
	background-color:#000000;
	filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index:-100;
}

#footer_banner_close
{
	width:40px;
	height:40px;
	overflow:hidden;
	background-image: url(//files.netall.ru/upload/bn_footer_close_40.png);
	position:absolute;
	top:0px;
	right:0px;
	z-index:-50;
	margin:2px;
	cursor:pointer;
}
