@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/by.jpg);
	background-repeat: repeat-x;
	font-family: "微軟正黑體", "Century Gothic";
}

.by {
}
#Content {
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	height: 400px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	color: #FFF;
}
#logo {
	font-family: "華康中黑體", Arial;
	font-size: 24pt;
	color: #FFF;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	height: 50px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#logo .en {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
}
.Enter {
	font-size: 18pt;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 3pt;
}
.Enter a {
	color: #306;
	text-decoration: none;
}
.Enter a:hover {
	color: #F90;
}
