﻿#banner-floating {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 930px;
	margin-left: -465px;
	z-index: 1000;
}
#banner-floating .close{
	position: absolute;
	z-index: 100000;
	right: -24px;
	top: -24px;	
	width: 31px;
	height: 31px;
	cursor: pointer;
	background: url('fl_banner-close-btn.png') no-repeat;
}