@charset "utf-8";
/* http://blog.wardelldesign.com/ */
#marquee {
	position:relative;
	/*marquee left should have the same value as newsticker width*/
	left:960px;
	overflow:visible;
	width:auto;
	float:left;
	white-space:nowrap;
}
#newsticker {
	/*newsticker width should have the same value as marquee left*/
	width:960px;
	height:30px;
	background:Black;
	color:white;
	margin:auto;
	position:relative;
	left:auto;
	clear:both;
	overflow:hidden;
	border-bottom:solid black 2px;
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}
#newsticker a{
	color:white;
	}