body
{
    overflow: hidden;
}
.b-pic
{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #999;
    background: url(bg.jpg) no-repeat top left;
    width: 1600px;
    height: 1600px;
    margin-left: -800px;
    margin-top: -800px;
    z-index: 10;
}

.b-words
{
    position: absolute;

    right: 10px;
    top: 50%;
    margin-top: -200px;
    z-index: 20;
    opacity: .5;
    background-color: #000;
    width: 300px;
    height: 400px;
    overflow: hidden;
    padding: 1em;
}

#twtr-search-widget .twtr-avatar,
#twtr-search-widget .twtr-ft,
#twtr-search-widget i,
#twtr-search-widget .twtr-hyperlink,
#twtr-search-widget .twtr-hashtag,
#twtr-search-widget .twtr-new-results,    
#twtr-search-widget .twtr-user,
#twtr-search-widget .twtr-atreply
{
    display: none;
}

#twtr-search-widget .twtr-tweet-text
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 1.4em;
    line-height: 1em;
}

