/*--- Columbia County CSS Oct. 30, 2014 jeb ---*/


body
{
    /* Page Body */
    background-color: #93A17B;
    text-align: center;
    
}
div#back
{
    /* Page Holder */
    
    position: static;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    left: 0px;
}



/*--- EndOfFile ---*/