#Container{
	background:rgb(245,245,245);
	min-height:370px;
}

#Content{
	float:left;
	background:rgb(245,245,245);
	color:rgb(120,120,120);
	font: 12px Arial, Helvetica, sans-serif;
	width:850px;
	padding:0px;
	height:339px;
	overflow:hidden;
	z-index:-100;
}

#news{
	position:relative;
	bottom:0px;
	right:0px;
	margin-left:-60px;
	margin-top:100px;
	width:185px;
	height:210px;
	z-index:100;
	padding:10px;
	background: transparent /*rgb(245,245,245)*/;
	color:rgb(120,120,120);
	font: 14px Arial, Helvetica;
}
