body {
	background:url(/images/homepage_css_pic/ice/back.jpg) fixed;
}
/*********************************上方頻道標題橫軸************************************/
#top2 {
 border:1px solid #acd1cf;
 border-right:15px solid #acd1cf;
 border-left:15px solid #acd1cf;
 color:#333333;
 background:#1D5F94 url(/images/homepage_css_pic/ice/top.gif);
}
#top2 #sitename:link,#top2 #sitename:visited {
	color:#333333;
}
#top2 #sitename:hover,#top2 #sitename:active {
	color:#fb5200;
}
#top {
	background:url(/images/homepage_css_pic/ice/top_panel_bg.gif);
	border-bottom:1px solid #C0C7FC;
}
#top_play_panel button {
	background:#F0F4FF;
	border:1px solid #F0F4FF;
}

/*****計數器*****/
#visit table .outer{
	background:#dededc;
}
/**********************************頻道選單區************************************/
#power { /*按鈕*/
	background:#f0f0f0;
}
/***************************************站內功能***********************************************/
/*****中內容顯示區*****/
#main{
	border-top:1px dotted #999999;
}

/**********************文章頁************************/
.article_cat_box { /*分類目錄區*/
	background:#fcfcfc;
	border:1px solid #f5e0aa;
}
.show_content { /*文章內容*/
	border:1px dashed #acd1cf;
}
.show_content table.list_table tr.title { /*文章列表title*/
	background:#d2b5cb;
	font-weight:bold;
	color:white;
}

