    #floating_bottom_banner {
		/*background-color: #cdcdcd;*/
		text-align: center;
		font-size:12px;
		color:#CC0000;
		font-family:Verdana;
		padding-top: 10px;
	height:102px;
		width: 100%;
		position:fixed;
		bottom: 0px;
		background:url(images/bawah.png);
		
	}
	
    #floating_bottom_banner2 {
		
		text-align: center;
		font-size:10px;
		color:#CC0000;
		font-family:Verdana;
		padding-top: 10px;
		padding-right: 100px;
		float:left;
		width: 100%;
		position:fixed;
		top: 0px;
	}
	
	#bottom_banner_1 {
		height: 80px;
		margin-right:0px;
		background:#000;
	}
	
	#bottom_banner_2 {
		height: 80px;
		display: none;
	}
	#bottom_close{
		cursor: pointer;
		float:right;
	}
	
