@charset "utf-8";
<style type="text/css">
body {
	text-align: center;
}
table{
	background: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: auto;

}

#menu-wrapper {
	border-spacing: 3px;
	text-align: center;
	width: 960px;
	height: 30px;
}

#menu {
	border-spacing: 3px;
	position: absolute;
	left: 50%;
	margin-left: -170px;
	letter-spacing: 0px;
	font-family: "微軟正黑體";
	font-weight: bold;
	color: #FFFFFF;
}

#menu li {
	float: left;
	margin-right: 30px;
}

#menu a:hover {
	background: #DDDDDD;
	font-family: "微軟正黑體";
}

ul, ol, dl { 
	padding: 0;
	margin: 10px ;
}

a img { 
	border: none;
}

.menu {
	align: center;
	height: 100px;
	width: auto;
	background-color: none;
}

.header {
	margin-bottom: 30px;
	margin-top: 60px;


	text-align::center;
	height: auto;
	width: auto;
	text-align: center;
}

.footer {
	margin: auto;
	height: 50px;
	width: 960px;
	text-align: center;
	background-color: none;
	font-family: "微軟正黑體";
	font-size: 12pt;
}

/* CSS Document */
