#headlines{
	background-image:url('../pics/news/headlines.png');
}
#content{
	background-image:url('../pics/news/background.png');
}
#headlines{ border:0px; }


/* definition of scroll */
#container{
	width:350px; height:268px;
	margin-left:183px; margin-top:25px;	
	overflow:hidden;
}
#text{position:relative; width:350px; font-size: 8.0pt;}
#scrollArea{
	position:absolute;
	width:5px; height:268px;
	overflow:hidden;
	margin:-265px 0 0 500px;
}
#scroller{
	position:absolute; left:1px;
	width:5px;
	background-color:#c2c1c1;
}
#container{ margin-top:25px; }