#full{
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: top;
	margin-top:0px;
}


#main{
	margin-top: 10px;
	width: 805px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: -10;
	position: static;
}

#banner{
	margin-top: 0px;
	width: 805px;
	height: 220px;
	z-index: 10;
	position : relative;
	margin-left: auto;
	margin-right: auto;
}


#left{
	width: 159px;
	margin-right: auto;
	position: relative;
	text-align:left;
}

#content{
	width: 630px;
	height: auto;
	position: relative;
	float: right;
	margin-top:10px;
}

#menu{
	position:relative;
	width:159px;
	text-align:left;
	margin-bottom:10px;
}

#news{
	position:relative;
	width:159px;
	height:440px;
	background-color:#E7E7E8;
	text-align:center;
}



#foot{
	position:relative;
	width:805px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear:both;
	text-align:justify;
}