#marquee_div {
	position: fixed;
	right: 0;
	bottom:0;
	height:16px;
	color: #99cc00;
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	background: black;
	padding: 5px 0 5px 0;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	z-index:9999;
}

#marquee_div a {
	color: #99cc00;
	text-decoration: none;
}