#TICKER {
	position:absolute;
	z-index: 9999;
	bottom: 0;
	right: 0;
	overflow:hidden;
	height: 20px;
	padding-top: 6px;
	background-color: white;
	filter:alpha(opacity=80);
	opacity: 0.8;
}
#TICKER a {
	/* color: #9b7c68; */
	color: #54301a;
	text-decoration: none;
}
#TICKER a:hover {
	/* color: #11b3d5; */
	color: #54301a;
	text-decoration: underline;
}
