#news {
	font-size: .8em;
}

#news img, #news ul {
	display: block;
	float: left;
}

#news ul { width: 300px }
#news br { clear: both }

/*
#newsBackground {
	display: none;
	position: absolute;
	z-index: 200;

	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	
	width: 100%;
	height: 100%;

	color: white;
	background-color: white;
	opacity: 0.60;
	
	text-align: center;
	vertical-align: middle;
}

#newsContent {
	display: none;
	position: absolute;
	z-index: 201;

	width: 400px;
	height: 150px;

	top: 50%;
	left: 50%;
	
	margin: -75px 0 0 -200px;
	padding: 10px;

	color: white;
	font-size: .9em;
	
	background-color: #2b4238;
	border: 2px solid #d3d3d3;
}

#newsContent a {
	color: white;
}*/