.wrap.frontend {
    margin: 0 auto -150px;
    padding: 0 0 150px;
}

.wrap {
  min-height: 100%;
  height: auto;
}

.wrap.backend {
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer.frontend {
  min-height: 150px;
}

.footer.backend {
  height: 60px;
}

.footer ul {
  list-style-type: none;
}

.footer-links {
    font-weight: 600;
}

.footer {
    background-image: url(../images/wood-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    color: white;
}
