* { padding: 0; margin: 0; }

body {
	background: #111;
	color: #efefef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%; height: 100%;
}

#container {
	width: 800px; height: 370px;
	position: relative;
	margin: 0 auto;
}

/*** NEWS ***/
#news-wrap {
	background: #333;
	border-radius: 10px;
	position: absolute;
	top: 0; left: 0;
	padding: 10px;
}
#news {
	width: 785px; height: 335px;
	position: relative;
	overflow: auto;
}
#news .news-title {
	background: url(../images/news/title.png) repeat-x;
	color: #111;
	display: block;	
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	width: 740px;
}

#news .details-item {
	background: #fad996;
	border: #111 1px solid;
	color: #111;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	width: 738px;
}
#news .details-item a {	color: #805500 }
#news .details-item p {	display: none }

#source, #source a { color: #999 }
#source {
	line-height: 25px;
	text-align: right;
}

#fade-out {
	background: url(../images/fade-out.png) repeat-x;
	position: absolute;
	bottom: 30px; left: 0;
	width: 100%; height: 30px;
}