
#div_bottom{
    position:fixed;
    bottom :0px;
    left:0px;
    width:100%;
    background-color:blue;
    z-index:12;
    color:white;
    
    padding-top:5px;
    padding-bottom:10px;
    
    border-top: solid yellow 1px;
    
}




