body
{
    background-color: #25B2FF;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Georgia, Serif;
}

.logo
{
    background: url('../images/top_image_bg.jpg');
    background-repeat: repeat-x;
    text-align: center;
}

.categories
{
    background: url('../images/mid_image_bg.jpg');
    background-repeat: repeat-x;
    text-align: center;
    font-size: 32px;
    color: #dddddd;
    width: 100%;
}

.files
{
    margin: 0 auto;
    width:80%;
    text-align: left;
    color: #efefef;
}

.file
{
    height: 23px;
}

.file div
{
    float: left;
    width: 24%;
}

hr
{
    height: 0px;
    border-bottom: 1px dotted #999999;
}

.totalVotes
{
    padding-left: 4px;
}