#info {
    position: absolute;
    top: 10px;
    width: 90%;
    text-align: center;
    z-index: 100;
    display:block;
}

#footer {
    position: absolute;
    top: 90%;
    width: 90%;
    text-align: left;
    z-index: 100;
    display:block;
}
