@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/wrap_bg.jpg);
	background-attachment : fixed;
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "微軟正黑體", Arial, Helvetica, sans-serif, "Arial Unicode MS";
}

#wrapper {
	background:url(../images/bg.jpg);
	width:970px;
	margin:0 auto;
	-moz-box-shadow: 0px 0px 20px #fff;
	-webkit-box-shadow: 0px 0px 20px #fff;
	-o-box-shadow: 0px 0px 20px #fff;
	box-shadow: 0px 0px 20px #fff;
}

#toplinks {
	font-size: 12px;
	height:45px;
	text-align:left;
	margin-top:0;
	margin-left:10px;
	padding-top:10px;
}

#header {
	margin-top:10px;
	width:970px;
	height:820px;

}

#content {
	width:970px;
	height:210px;

}

#content_left {
	width:600px;
	height:200px;
	float:left;
	
}

#content_right {
	width:370px;
	height:200px;
	float:right;
}

#content_right_title {
	background:url(../images/news_title.png);
	background-repeat:no-repeat;
	padding-top:40px;
	padding-left:10px;
	font-size:16px;
	text-shadow:1px 1px 2px #fff;
	color:#fff;
}

#footer {
	height:80px;
	width:970px;
	background-repeat:norepeat;
	clear:both;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding-top:30px;
}