body#index{
	background: url('images/bg_body_top.jpg') no-repeat top left;
}

#container{
	background: none;
}

#main{
	height:690px;
	overflow:hidden;
/*	background:url(images/top_back2.jpg) no-repeat;*/
}
#news{
	width:235px;
	height:250px;
	margin:20px 0px 0px 0px;
	padding:25px 0px 0px 40px;
	background:url(images/news2.jpg) no-repeat;
	color: #fff;
}
#news_body{
	width:195px;
	height:170px;
	overflow:auto;
	scrollbar-face-color: #b59d77;
	scrollbar-track-color: #b59d77;
	scrollbar-arrow-color: #804b25;
	scrollbar-highlight-color: #b59d77;
	scrollbar-shadow-color: #b59d77;
	scrollbar-3dlight-color: #804b25;
	scrollbar-darkshadow-color: #804b25;
}
#news_body p{
	margin:0px 0px 5px 0px;
}
#footer{
	clear:both;
	width:1000px;
	height:50px;
	padding:20px 0px 0px 15px;
	color:#fff;
/*	background:url(images/footer.jpg) no-repeat;*/
}