#ticker {
	position: 		  absolute; 
	left:     		  0px; 
	top:	  		  312px; 
	background-color: #3a6f8f; 
	color:			  #FFFFFF; 
	font-size:		  10px;
/*	font-family: Helvetica,Arial,Verdana,sans-serif; */
	font-family: 	  Verdana;

}
.ticker
{
  	position: 	 absolute;
	overflow: 	 hidden;
	white-space: nowrap;
}
.ticker-text
{
	position: absolute;
}

#ticker a {
	color: #FFFFFF;
	text-decoration: none;
}

/*.news-link {
	width: 500px;
	overflow: none;
	white-space: nowrap;
} */

#newsbtn {
	margin-left:  907px;
	margin-right: 8px;
	position:	  absolute;
}


