@charset "utf-8";
/* CSS Document */



body,td,th {
	font-family: "微軟正黑體";
}
body {
	background-color: #ECECEC;
	background-image: url(images/index_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	top: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	width: 959px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer-wrapper {
	height: 110px;
	width: 100%;
	background-color: #ececec;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer-wrapper #content {
	width: 940px;
	font-size: 12px;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	background-color: #ececec;
	line-height: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
