#footer{
    background: #e3e4e6;
    width:1000px;
}
#footer1{
    height:25px;
    font:normal 11px Verdana;
    color:#FFFFFF;
    margin:0px 10px 0px 10px;
    background: #333333;
    background-image: url('/resource/images/footer1.png');
    background-repeat: repeat-x;
    text-align: left;
}
#footer1 div{
    padding:6px 0px 0px 20px;
    text-align: left;
}
#footer1 a{
    color:#ffffff;
    text-decoration: underline;
    text-align: left;
}


#footer1 a:hover{
    color:#e2e3e5;
    text-decoration: none;
}

#footer2{
    height:50px;
    font:bold 5px Verdana;
    color:#c2c3c5;
    margin:0px 10px 0px 10px;
    background: #000000;
    background-image: url('/resource/images/footer2.png');
    background-repeat: repeat-x;
    text-align: left;
}

#footer2 div{
    padding:15px 0px 0px 20px;
    text-align: left;
}

#footer2 a{
    font:normal 11px Verdana;
    color:#e2e3e5;
    text-decoration: none;
    text-align: left;
    margin:0px 10px 0px 10px;
}


#footer2 a:hover{
    color:#ffffff;
    text-decoration:none;
}
