#page_title {
	display: none;
}
#main {
	background: url('../images/home-bg.jpg') no-repeat left top;
	height: 450px;
	margin: 0;
	padding: 0 170px 0 0;
}
#container {
	background: #072d51;
}
#bottom {
	color: #FFF;
}
#news {
	width: 160px;
	background: url('../images/news-bg.jpg') no-repeat 8px top;
	padding-top: 30px;
	position: absolute;
	top: 160px;
	right: 0;
	z-index: 900;
	font: 12px Arial, Verdana;
	line-height: 14px;
}
	#news a {
		display: block;
		color: #8bb5db;
		margin: 0 0 10px 0;
		padding: 5px 10px 5px 10px;
		text-decoration: none;
	}
		#news a:hover {
			background: #154675;
		}
		#news span {
			color: #FFF;
			font-size: 11px;
			display: block;
		}
