﻿.historyDIV
{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: fixed;
    background-color: Black;
    width: 100%;
    color: White;
    font-family: arial, Helvetica, sans-serif;
    padding: 15px;
    z-index: 100 !important;
bottom: 0px;

}
