.ticker { text-align: center; height: 30px; }
.ticker img { vertical-align: text-bottom; }
#ticker-div { 
	text-align:left;
	padding:0;
	height:30px;
	line-height:30px;
	background:#003366;
	width:1000px;
	margin:0 auto;
	border:#ccc 1px solid;
	text-decoration: none;
	font-size: 1.1em;
	font-weight:bold;
	color:#eee;	
}
