/* CSS Document */
.footer{
    background-color: #259DAB;
    border-color: #e7e7e7;
    padding: 8px 0px;
    text-align: center;
    color: white;
    font-family: verdana;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999;
}
.footer a{
    color:#FFF;	}
