@charset "utf-8";
body {
	font-family: "微軟正黑體", Arial;
	text-decoration: none;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#index_down {
	background-image: url(../images/index_down.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
}
#main {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0px;
	left: 50%;
}
.main {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main #run {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	width: 430px;
	top: 600px;
	left: -390px;
	text-align: left;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}

.line {
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	height: 20px;
	background-position: center;
}


.kno_title {
	font-size: 21px;
	line-height: 22px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
