/* ticker CSS Document */
#ticker{
width:600px;
height: 40px;
padding:10px auto 10px auto;

margin:10px auto 10px auto;
background:url(news_ticker/ticker_overlay.gif) no-repeat;}
.item{
margin-right:40px;
color: #FF9900;
font-weight:bold;}
.text_level{
width:600px;
line-height:25px;/*this is the key to centering the text within the image background*/}