#break {
    background: url("https://marketing.product.pl/incentiveapp/picture1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: #504c4b;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 13px
}
#footer a {
    font-size: 14px;
    color: #8d8c8a;
    border-right: solid 1px #8d8c8a;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px
}
#footer a:last-child {
    border-right: 0
}
#footer a:hover {
    color: #f5f5f5
}