BODY
{
    background: url(background.gif)
}

BODY .thomas
{
    margin: 40px auto 20px auto;
    position: relative;
    width: 800px;
}

.thomas .tagline
{
    background-image: url(tagline.gif);
    height: 25px;
    width: 480px;
    left: 0px;
    top: 78px;
    position: absolute;
}

.thomas .logo
{
    background-image: url(logo.gif);
    height: 97px;
    width: 318px;
    position: absolute;
    top: 0px;
    left: 526px;
    display: block;
}

.thomas .frame
{
    width: 800px;
    height: 350px;
    background-image: url(background-2.gif);
    position: absolute;
    top: 125px;
    left: 0px;
}

.thomas .frame .map
{
    position: absolute;
    left: 39px;
    top: 26px;
}

.thomas .frame .states
{
    position: absolute;
    left: 380px;
    top: 55px;
}

.thomas .frame .states A
{
    width: 106px;
    height: 24px;
    display: block;
}

.thomas .frame .states A:hover
{
    background-position: 0px -24px;
}

.thomas .frame .truck
{
    background-image: url(truck.jpg);
    width: 270px;
    height: 350px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.thomas .who
{
    position: absolute;
    top: 505px;
    left: 0px;
}

.thomas .who .vignette
{
    background-image: url(who.gif);
    width: 103px;
    height: 134px;
}

.thomas .who H2
{
    position: absolute;
    left: 125px;
    top: 35px;
    width: 400px;
    font-size: 15px;
    font-weight: normal;
    color: #D6D6D6;
    text-align: justify;
    line-height: 1.3em;
}

.thomas .who .more
{
    background-image: url('read-more.gif');
    display: block;
    width: 150px;
    height: 30px;
    position: absolute;
    left: 375px;
    bottom: 0px;
}

.thomas .news
{
    position: absolute;
    top: 673px;
    left: 0px;
}

.thomas .news .vignette
{
    background-image: url(news.gif);
    width: 105px;
    height: 131px;
}

.thomas .news .articles
{
    position: absolute;
    left: 125px;
    top: 32px;
    width: 400px;
}

.thomas .news .articles A
{
    font-size: 16px;
    color: #D6D6D6;
    text-decoration: none;
    line-height: 1.2em;
}

.thomas .news .articles .timestamp
{
    font-size: 11px;
    color: #808080;
    padding-top: 2px;
    padding-bottom: 10px;
}

.thomas .divisions
{
    height: 320px;
    width: 230px;
    position: absolute;
    top: 505px;
    left: 570px;
    border-left: 1px solid #4D4D4D;
}

.thomas .divisions A
{
    float: right;
    display: block;
    margin-bottom: 28px;
}

.thomas .copyright
{
    position: absolute;
    top: 865px;
    width: 100%;
    text-align: center; 
    font-size: 14px;
    color: #666666;
}

