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

/*****計數器*****/
#visit table .outer{
	background:#aad420;
}
/**********************************頻道選單區************************************/
#power { /*按鈕*/
	background:#f0f0f0;
}
/***************************************站內功能***********************************************/
/*****中內容顯示區*****/
#main{
	border-top:1px dotted #999999;
}
/**********************文章頁************************/
.article_cat_box { /*分類目錄區*/
	background:#fbfbfb;
	border:1px solid #c16793;
}
.show_content { /*文章內容*/
	border:1px dashed #f37e16;
}
.show_content table.list_table tr.title { /*文章列表title*/
	background:#7fc8c7;
	font-weight:bold;
	color:white;
}

