body {
    margin: 0;
    background: url("https://gaben.sexy/img/gaben/gaben_chair.jpg") no-repeat left top fixed; 
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

div.sale-box {
    position: absolute;
    left: 0px;
    width: 69px;
    height: 34px;
    line-height: 34px;
    font-size: 25px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #4c6b22 !important;

    pointer-events: none;
    color: #ffffff;
    -webkit-animation-name: sale;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;

    -moz-animation-name: sale;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 6s;
    -moz-animation-name: sale;

    animation-name: sale;
}

.notice {
    color: #FFF;
    text-align: center;
    font-family: "bebas_neueregular";
    text-shadow: -2px -2px 0px #222, 2px -2px 0px #222, -2px 2px 0px #222, 2px 2px 0px #222;
    font-weight: normal;
    font-size: 6em;
    padding-bottom: 1em;
    margin: 0px;
}

@-webkit-keyframes sale {
    0% {
        opacity: 1;
        top: 0%
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 0;
        top: 100%;
    }
}


@-moz-keyframes sale {
    0% {
        opacity: 1;
        top: 0%
    }
    70% {
        opacity: 0.7;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 0;
        top: 100%;
    }
}
.underline-on-hover:hover {text-decoration:underline;}
.underline-on-hover {position:fixed;bottom:15px;right:15px;color: rgba(0, 0, 0, 0.5);text-decoration:none;}