@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}

a{text-decoration:none}
a:link{color:#fff;}
a:visited{color:#fff;}
a:hover{color:#fff;}
a:active{color:#fff;}

#wrapper {
	background-image: url(IMAGES/BACKGROUND.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 720px;
	width: 1200px;
	margin:auto
	 }
	 
#header {
	font-family: "微軟正黑體";
	font-size: 22px;
	color: #FFF;
	height: 70px;
	font-style: normal;
	font-weight: bold;
	margin-left: 25px;
	clip: rect(auto,auto,auto,auto);
		 
}
#content {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	height: 550px;
	font-style: normal;
	font-weight: bold;
	margin-left: 25px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
    }

#footer {
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #FFF;
	height: 60px;
	font-style: normal;
	font-weight: normal;
	margin-left: 25px;
	clip: rect(auto,auto,auto,auto);
	cursor: text;
}

#content_title
{
	display: block;
	background-color: #F9F;
	color: #39412A;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 220px;
}

#content_center
{
	display: block;
	background-color: #626f48;
	font color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 500px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content_center2
{
	display: block;
	font color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 1120px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	filter:Alpha(Opacity=30, FinishOpacity=30, Style=1);
	-moz-opacity:0.3;
    opacity: 0.3;
}



