* {
	margin: 0;
	padding: 0;
}
#newsticker {
	background-color:#ffffff;
	position: absolute;
	margin-left:135px;
	top:580px;
	width:544px;
	height:26px;
}
#newsticker ul {
	list-style: none;
	position: absolute;
	width:500px;
	height:26px;
	padding-top:3px;
	padding-left:10px;

}


#newsticker li.error {
	color: #f00;
}

