﻿body 
{
    background-image:url(../img/bg.jpg);
    background-repeat:repeat-x;
    background-color:#7b625b;
    font-family:Verdana;
    font-size:10px;
}
div#content
{
    margin:5px auto 0 auto;
    width:960px;
}

div#divsup
{
    width:50%;
    text-align:right;
    height:20px;
    color:#fff;
    font-size:9px;
    margin-top:25px;
}

div#divsup a
{
    color:#fff;
    text-decoration:none;
}

div#footer
{
    width: 960px;
    text-align:center;
    height:20px;
    color:#fff;
    font-size:10px;
    margin-top:25px;
    float:left;
    clear:both;
}

div#footer a
{
   
    color:#fff;
    text-decoration:none;
}
