/* Error content */
#block-content-error {
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 400px;
    background-color: aliceblue;
}

#block-content-error-content-housing {
    display: block;
    background-color: blanchedalmond;
    width: 1150px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#block-content-error-content-left {
    display: inline-block;
    width: 300px;
    height: 100%;
    background-color: aquamarine;
}

#img-content-error-content-left {
    display: block;
    height: 250px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* footer */
#block-footer {
    position: fixed;
    bottom: 0;
}
