@charset "utf-8";
/* CSS Document */
body {
	font-family: "LiHei Pro",Helvetica, "新細明體", Arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.copyright {
	background-image: url(../images/copyright_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 40px;
	height: 40px;
	position: absolute;
	width: 780px;
}
div.text {
	position: absolute;
	height: 20px;
	top: 10px;
	bottom: 10px;
	line-height: 20px;
	vertical-align: middle;
	left: 6px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	width: 100%;
}
div.btn {
	position: absolute;
	right: 10px;
	font-size: 13px;
	text-align: right;
	vertical-align: middle;
	width: 266px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
