@charset "utf-8";

html,body {
	width: 100%;
	height: 100%;
}

body    {
	background:#FFFCDE;
 }


#BOX    {
	width: 1200px;
	margin: 0 auto;
	background:url(../image/top_bg.gif) 0 0 repeat-y;
	height: 100%;
	min-height: 100%;
 }
body > #BOX {
	height: auto;
}
#wrapper {
	width: 898px;
	margin: 0 auto;
}

#Flash {
	width: 898px;
	height: 625px;
	margin:0 auto;
	padding: 0;
	display:block;
}



#Tmenu {
	width: 810px;
	margin:15px auto 15px auto;
	display:block;
}

#Tmenu a img{
	margin: 0;
	padding: 0;
	float: left;
}

#news {
	position: relative;
	width: 810px;
	height: 50px;
	margin: 15px auto 5px auto;
	background: url(../image/news_bg.gif) 0 0 no-repeat;
}

#news h3 {
	position: absolute;
	top: 5px;
	left: 95px;
	font-size:14px;
	color: #FFF;
}

#news marquee {
	width: 720px;
	color: #FFF;
}

#copyright {
	font-size: 9px;
	text-align:center;
	width: 810px;
	color: #666;
}

