html,body{
    background-image: url("../images/tzofen/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    direction: rtl;
    min-height: 100%;
    height: 100%;
}

.pointer{
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    html,body{

    }
}
