body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 將body設定成為最大值,就算contents內容不夠多,也會撐到100% */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
#content {
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #626262;
}
.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.blacktextbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.tc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;

}
.tagR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.501style {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #333333;
	line-height: 18px;
}

