/* CSS Document */

#bottom_ad {
	WIDTH: 154px; 
	HEIGHT: 178px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	BORDER: #b5b5b5 1px solid; 
	BACKGROUND: #ccc; 
	FLOAT: right; 
	RIGHT: 0px; 
	BOTTOM: 0px;
	POSITION:fixed;/*固定定位*/
	
}
/*固定底部的效果是上面的样式在起作用，下面的样式均属于装饰，你可以随意修改。*/
#bottom_ad .tit,#bottom_ad .ad_body{ width:100%; height:auto; display:block; margin:0 auto; font-size:12px;}
#bottom_ad .tit{ width:100%;}
#bottom_ad .ad_body{ padding:6px 0px 6px 0px; background-image:url("../upfile/temp/floatbt_body.gif"); height:154px;}
#bottom_ad .tit,#BOTTOM_AD .tit h2{height:24px; line-height:24px;display:block;}
#bottom_ad .tit{ background-image:url("../upfile/temp/floatbt_tit.gif");}
#bottom_ad .tit h2{ font-size:12px; width:55%; float:left; margin:0px; padding:0px; text-indent:1em; }
#bottom_ad .tit .guanbi{width:35%;float:right; text-align:right; margin-right:15px;}
#bottom_none{ display:none;}

