.footer{
    text-align: center;
    background-color: #AB0534;
    padding:0;
}

.bottom:visited, .bottom:link {
    text-decoration: underline;
    color: #FFF;
}

.bottom_content{
        font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    background-color: #ab0534;
    text-align: center;
    position: absolute;
    z-index: 8;
    height: 30px;
    width: 100%;

}