#twitter-container {
    width: 450px;
    height: 43px;
    padding: 9px 0 0 50px;
    background-image: url(http://www.showpig.com/twitter.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 13px auto;
}

#twitter-ticker {
    font-family:"Times New Roman",Georgia,Serif;
    width: 425px;
    height: 35px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    overflow: hidden;
}

#twitter-ticker a {
    color: #900;
    text-decoration: none;
    text-align: center;
}

#twitter-ticker a.user {
    font-weight: bold;
}

#twitter-ticker i {
    font-size: 11px;
    color: #aaa;
}

