@charset "utf-8";
/* CSS Document */

#menu_bg {
	width:987px;
	height:96px;
	margin:0 auto;
	padding:0px 0px 0px 30px;
	background-image:url(../images/menu_bg.png); background-position:right; background-repeat:no-repeat;
}

#banner {
	width:1050px;
	height:520px;
	margin:0 auto;
}
#conten {
    margin:0 auto;
	width:1050px;
	background-image:url(../images/conten_bg.gif); background-repeat:no-repeat;
	background-color:#7b6347;
}
#min {
    margin:0 auto;
	width:1050px;
	height:25px;
	background-color:#160c02;

}
#footer_low {
    background:url(../images/footer.png);
    font-size:13px;
    font-family:微軟正黑體, Verdana;
    width:1050px;
    height:121px;
    margin:0 auto;
    padding:0px 0px 0px 0px;
}
#h1 a:hover {
    color: #FFCC00;  /* 當滑鼠經過時，超連結文字顏色變成桃紅色 */
    position: relative; /* 當滑鼠經過超連結時，超連結往右下位移1像素 */
    top: 1px;
    left: 1px;
	}
	
/* about*/	
#banner_about {
	width:1050px;
	height:350px;
	margin:0 auto;
}