    #floating_bottom_banner {
		/*background-color: #cdcdcd;*/
		text-align: center;
		font-size:10px;
		color:#CC0000;
		font-family:Verdana;
		padding-top: 10px;
		padding-left: 5px;
		width: 100%;
		position:fixed;
		bottom: 0px;
	}

	#bottom_banner_1 {
		height: 50px;
	}

	#bottom_banner_2 {
		height: 150px;
		display: none;
	}

	#bottom_close{
		cursor: pointer;
	}