html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    user-select: none;
}

.background{
    height: 100%;
    width:100%;
    margin: auto;
    padding:0;
    /*background-color: #c6eeff;*/
    background:url(../img/background.jpg);
    position: absolute;
}

.ui-box {
    height: 100%;
    width:100%;
    /*background-color: #819cb3;*/
    background:url(../img/background_.jpg);
    margin:auto;
    padding:0;
    position:relative;
}


