body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(../img/backimg_1000_600.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	font-size:12px;
	color:#bbb;
	line-height:170%;
	text-align:center;
}
a:link,a:visited {font-size:12px;text-decoration: none;color:#bbb}
a:hover{color:#FF0000;}
/*Ò³Ãæ²ãÈÝÆ÷*/
#container {width:1000px;height:600px;margin:0px auto; text-align:center;}

/*Ò³ÃæÍ·²¿*/
#header {
	height: 100px;
	width:900px;
}
#header h1 a{
	background: url(logo2.gif) left top no-repeat;;
	background-repeat: no-repeat;
	display:block;
	width:300px;
	height:68px;
	text-indent:300px; white-space:nowrap; overflow:hidden;
	float:left;
	margin-top:25px;
}
#menu { padding: 20px 20px 0 0;overflow:hidden; float:right}
#menu ul li {float:left;display:block;line-height:30px;margin:20px 0 5px 5px}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#bbb}
#menu ul li a:hover{color:#FF0000;}
.menuDiv {width:1px;height:28px;background:#999}

#main{ width:800px; height:350px; margin:10px auto;}
#foot{
	color:#999;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D4D4D;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	width: 900px;
}
#foot ul {float:left;list-style:none;margin:0px 0px 5px 0px; padding:0px;}
#foot ul li {float:left;display:block;margin:0px 10px 0px 0px; padding:0px;}
.copyright{clear:both;}

#banner {background:url(banner.jpg) 0 30px no-repeat;width:730px;margin:auto;height:240px;border-bottom:5px solid #EFEFEF;clear:both}
