@charset "utf-8";
/* CSS Document */

a:link, a:visited { color: #09C; text-decoration:none; } 
a:active, a:hover { color: #F90; }

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/BG.png);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 1386px;
}

.menu a:link,.menu a:visited
{
	height:40px;
	color:#F90;	
	text-decoration:none;
	line-height:2.5em; 
	font-family: "微軟正黑體";
	color: #F90;
	font-size: 16px;
	margin:0px 9.5px;
	padding:11px 30px 10px 30px;
}
.menu a:hover,.menu a:active
{
	height:40px;
	background-position:left 1px;
}

#container {
	width: 100%;
	min-height:100%;
	position:relative;
}
#topbar {
	width: 1366px;
	margin:0 auto;
}
#title{
	background-image: url(../images/title.png);
	width: 468px;
	height:146px;
	margin: 20px 28px;
	position: absolute;
}
#planet{
	background-image:url(../images/planet.png);
	width: 495px;
	height:494px;
	margin: -260px -220px;
	position: absolute;
}
#toolbar{
	background-repeat: no-repeat;
	margin: 0px 520px;
	width:860px;
	height:180px;
}
#middlemain {
	width: 1366px;
	margin: auto;
	padding:10px;
	padding-bottom:98px;
}
#leftbar{
	margin: -5px 1080px;
	width: 270px;
	position: absolute;
}
#rightbar{
	background-color: #fff;
	width: 860px;
	margin: 0 auto;
	margin: 20px 110px;
	padding: 30px;
	-moz-box-shadow: #034987 0px 2px 3px;
	-webkit-box-shadow: 0px 2px 3px #034987;
	box-shadow: #034987 0 0 .25em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18pt;
}
#footer {
	background-image:url(../images/footer.png);
	background-repeat: repeat-x;
	width:100%;
	height:98px;
	position:absolute;
	bottom:0;
	left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000;
	text-align: center;
}