ackground-position: bottom;
	position: relative;
}
.header {
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
.logo {
	float: left;
	position: relative;
}
.header_container {
	background-color: #CFCDCD;
	height: 68px;
	width: 700px;
	padding-top: 10px;
}
.round {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #FFFFFF;
}
}

.headr_menu  a:hover {
	font-family: "細明體";
	color: #CCCCCC;
	background-color: #333333;
}
.headr_menu {
	width: auto;
	height: 18px;
	font-size: 12px;
	font-family: "細明體";
	margin-top: 16px;
	padding: 8px;
	background-repeat: no-repeat;
	background-color: #FFF;
	float: right;
}
.headr_menu a {
	font-family: "細明體";
	color: #666666;
	text-decoration: none;
}
.header  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sign {
	top: 0px;
	position: relative;
	text-align: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
