#twitsume_slogan
{
    padding: 32px;
    font-size: 24px;
    color: #666;
    background-color: #fff;
}

#frame
{
    width: 780px;
}
    img.header
    {
        width: 780px;
        height: 120px;
        display: block;
    }
#welcome_content
{
    background-color: #fff;
    padding: 0 30px 25px;
    background-image: url(../images/splash/gradient.jpg);
    background-repeat: repeat-x;
    font-size: 13px;
    color: #666;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
#welcome_content h1
{
    font-size: 18px;
    color: #099dc2;
    padding: 8px 0 10px 0;
    margin: 0 0 15px 0;
    background-image: url(../images/splash/heading_line.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    font-family: Arial, "Lucida Grande", sans-serif;
}

table.twitsume_welcome { width: 100%; }
table.twitsume_welcome td { vertical-align: top; }
    table.twitsume_welcome td.twitsume_features
    {
        width: 460px;
        padding-right: 20px;
    }


    td.twitsume_features ul { padding: 0; margin: 0; }

    td.twitsume_features ul li
    {
        list-style-type: none;
        background-image: url(../images/splash/bullet.png);
        background-repeat: no-repeat;
        padding: 0 10px 10px 30px;
        margin: 5px 0;
    }
div.latest_tweet
{
    background-color: #f0f0f0;
    padding: 12px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}
    div.latest_tweet p
    {
        margin: 0;
        padding: 10px 0;
    }
    div.latest_tweet h2
    {
        color: #099dc2;
        margin: 0;
    }
    div.latest_tweet a.follow_us
    {
        text-decoration: none;
        font-size: 11px;
        float: right;
        background-image: url(../images/twitter.png);
        background-position: right center;
        background-repeat: no-repeat;
        line-height: 24px;
        padding-right: 28px;
    }
    div.latest_tweet a.follow_us:hover { color: black; }


div.latest_tweet_nobby
{
    width: 51px;
    height: 13px;
    background-image: url(../images/splash/tweet_nobby.png);
    position: absolute;
}

ul.latest_users li { clear: both; height: 60px }

    ul.latest_users h4
    {
        margin: 0;
        padding: 0;
        background-color: auto;
        font-size: 1.2em;
    }
    ul.latest_users h4 a
    {
        color: #666;
        text-decoration: none;
    }
    ul.latest_users h4 a:hover
    {
        color:  #099dc2;
    }


ul.latest_users li img
{
    float: left;
    display: block;
    margin-right: 8px;
}

a.create_twitsume
{
     display: block;
     float: right;
     width: 289px;
     height: 91px;
}
    #existing_users
    {
        text-align: right;
        padding: 10px;
        font-size: 13px;
    }

a.screenshots
{
    display: block;
    margin: 0 auto;
    width: 300px;
    background-color: #C0DEED;
    padding: 12px 6px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}