@charset "utf-8";
	html {
		/*height: 100%;*/
	}
	#flashcontent {
		/*height: 100%;*/
		margin:0;
		padding:0;
	}
	/* end hide */
	body {
		/*height: 100%;*/
		margin: 0;
		padding: 0;
		font: 12px tahoma;
		text-align:center;
		background:url(../images/page_bg.gif) 0 0 repeat-x;
		background-color: #eee;
	}
	td {
		font-size: 10px;
		color: #FFFFFF;
	}
	a {
		color: #000;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
#outer {
	width:900px;
	margin:0 auto;
	padding:0;
}
#top {
	width:850px;
	margin:0 auto;
	text-align:left;
}
#coname {
	width: 600px;
	font:20px "黑体";
	color:#060;
	float:left;
	margin-top:10px;
}
#la {
	width:150px;
	float:right;
	margin-top:10px;
	text-align:right;
}
#fla {
	height:550px;
	clear:both;
}
#nav {
	height:50px;
	text-align:center;
	margin-left:90px;
}
#nav a {
	font-weight:bold;
	line-height:40px;
	display:block;
	float:left;
	width:80px;
}

#outer #topbar {
	height:40px;
}
#topbar h1 {
	width:250px;
	float:left;
	margin-left:10px;
	text-indent:-9000px;
}
#topbar h1 a {
	height:40px;
	width:250px;
	background:url(../images/coname-top.gif) 50% 65% no-repeat;
	display:block;
}
#topbar .la {
	width:350px;
	overflow:hidden;
	float:right;
	margin-right:10px;
	text-align:right;
	line-height:18px;
	padding-top:5px;
}
