#tickerDIV {
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 1.2em;
	height: 40px; line-height: 40px;
	overflow: hidden;
	text-align: left;
	width: 350px;
	display: inline;

	position: absolute;
	left: 420px;
	top: 20px;
}

#tickerDIV a {
	color: white;
	text-decoration: underline;
}

