@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0;
	padding:0;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-color: #EDEDEC;
	background-image: url(../images/allbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#wrapper {
}
.blackline {
	background-color: #000;
	height: 5px;
}
.menuline {
}

#innerwapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#top {
	background-image: url(../images/topbanner.png);
	height: 185px;
}
#toplogo {
	float: left;
}
#topright {
	float: left;
	padding-top: 95px;
}
#topword {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #000;
	height: auto;
	width: 210px;
}

#topwordenglish {
	font-family: Arial;
	font-size: 19px;
	color: #000;
	height: auto;
	width: 210px;
}
#menu {
	height: 27px;
	padding-left: 8px;
	padding-top: 13px;
}
.menubuttons {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	width: 113px;
	margin-right: 17px;
	margin-left: 17.5px;
	float: left;
}
.menubuttons a:link {
	color: #000;
	text-decoration: none;
}
.menubuttons a:visited {
	text-decoration: none;
	color: #000;
}
.menubuttons a:hover {
	text-decoration: none;
	color: #000;
}
.menubuttons a:active {
	text-decoration: none;
	color: #000;
}
#main {
	background-color: #000;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 60px;
}
#footer {
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #000;
	padding-left: 25px;
	padding-bottom: 35px;
}
#footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
}
#footer a:active {
	text-decoration: none;
	color: #000;
}
