div#footer {
    border-top: 2px solid #38591d;
    padding-top: 5px;
    padding-bottom: 5px;
    /*position: fixed;*/
    /*top: auto;*/
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    background-color: #f8f8f8;
    clear:both;
}

div#copyright {
    float:left;
    font-size: 12px;
}

div#counters {
    float: right;
}


