body {
    position: relative;
}

.bottom_placeholder {
    width: 100%;
    background: #0c0b0b;
    height: 70px;
    position: absolute;
    bottom: 0;
    z-index: 1111;
}