@charset "big5";
/* 預言官網內頁使用 */

@import url("/include/i_reset.css");
@import url("/include/i_style.css");

body{}

div{display:block;}

/* 最外層給居中定位用 */
#yyol_main{	position:relative;
	width:100%;
	background-image:url(/Graphics/page/images/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#0f3745;
	text-align:center; /*使整個畫面居中，讓內容物居中 */
}

/* 設定#yyol_maincontent的背景圖，及區分左右兩邊用 */
#yyol_maincontent{
	margin:0 auto; /*使整個畫面居中 */
	width:960px;
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:auto;/* 用於FF可顯示BG */
}

#yyol_all{
	background-position:0 98px;
	background-repeat:no-repeat;
    width:960px;
}

#yyol_footer{
    background-color:#0f3745;
	clear:both;
	width:100%;
	padding-bottom:30px;
}

/*消息公告區的邊距，與P標籤的上下距離 怡如為辛細亞設定*/
#news_container{padding:10px 20px;}
#news_container p{margin:0 0 20px 0;}

.PageFooter {
	font-size:12px;
	color: #FFFFFF;
	font-family:"新細明體", "細明體";
}
a.PageFooter {
    font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
}
a.PageFooter:hover {
	color: #FF3300;
	text-decoration:none;
}