﻿.topContent
{
    clear: left;
    background: url('images/top.png');
    height: 22px;
    width: 620px;
    float: left;
    padding-left: 30px;
    padding-top: 3px;
}

.middleContent
{
    clear: left;
    background: url('images/middle.png') repeat-y;
    width: 630px;
    float: left;
    padding: 10px 10px 0px 10px;
}

.bottomContent
{
    clear: left;
    background: url('images/bottom.png');
    height: 25px;
    width: 650px;
    float: left;
}