.ticker { text-align: center; height: 26px; }
.ticker img { vertical-align: text-bottom; }
.ticker-div {
 height: 26px; 
 font-family: verdana, arial, sans-serif;
 font-weight: bold;
 color: green; 
 font-size: 18px; 
 padding-top: 3px; 
 margin-top: 11px; 
 position: fixed; 
 z-index: 999; 
 left:0; 
 bottom:0; 
 width: 100%; 
 background-color:#eaeaea;
  }

.ticker a {
text-decoration: none;
color: blue;
}
