body{
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
}

.home_banner {
	background-image: url("../images/home-banner.jpg");
	width:960px;
	height:161px;	
}

.left_column {
	position: relative;
	float:left;
	width: 160px;
	margin:-145px 0 0 0;
}

/* news style */

.home_news {
	width:600px;
	height:105px;
}

.pic_news {
	float:left;
	width:130px;
	height:105px;
}

.content_news {
	float:left;
	width:470px;
	height:105px;
}