#flashContent{
	width:980px;
	height:290px;
	margin:0;
	padding:5px 0 0 0;
	/*background:url('../img/home/flash.jpg') no-repeat 0 0;*/
}

#main_menu{
	position:absolute;
	height:275px;
	margin:15px 0 0 2px;
	background:url('../img/wrapper/menu/back.png') repeat-x 0 0;
	z-index:2;
}

#news_wrap{
	width:980px;
	overflow:auto;
}
	#news_latest{
		background:url('../img/home/bg_news_l.jpg') no-repeat 0 0;
		width:635px;
		height:175px;
		float:left;
	}
		#news_latest img{
			margin:2px 0 0 2px;
		}
				
	#news_demo{
		background:none;
		width:345px;
		height:175px;
		float:right;
	}
		#news_demo a{
			background:url('../img/home/bg_news_r.jpg') no-repeat 0 0;
			width:345px;
			height:175px;
			display:block;
			margin:0;
			padding:0;
		}
		#news_demo a:hover{
			background:url('../img/home/bg_news_r.jpg') no-repeat 0 0;
		}
		