html,
body,
#content,
#container {
    height: 100%;
    margin: 0;
}

body {
    background-color: whitesmoke;
    color: black;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}



footer {
    border-top: solid 2px rgb(166, 201, 86);
    text-align: center;
    height:24px; 
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    background-color: whitesmoke;
    opacity: 0.8;
}

a.a-footer{
    color: black;
    text-decoration: none;
    border-right: solid 2px  rgb(166, 201, 86);
    padding-right: 5px;
    padding-top: 3px;
}
a.a-footer:hover,
a.a-footer:visited{
    color: black;
    text-decoration: none;
}

