@charset "big5";
body {
	background-color: #b9b9b9;
	background-image: url(images/home_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 1100px;  /* 使用比完整 800px 少 20px 的寬度會允許使用瀏覽器邊框並且避免水平捲軸出現 */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

