@charset "utf-8";

#background { 
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 766px;
    min-height: 520px;
    width:expression(document.body.clientWidth < 766? "766px": "auto" );
    height:expression(document.body.clientHeight < 520? "520px": "auto" );
    background-image: url("../imgs/back_html.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
}

#chooser {
   position: relative;
   z-index: 100;
   width: 100%;
   padding-top: 220px;
    text-align: center;
}



.title1 {
    color: #acbcc4;
    font-family:  UniExtraBoldRegular !important;
    font-size: 25px;
}

.title2 {
    color: #1ec6cc;
    font-family:  UniExtraBoldRegular !important;
    font-size: 25px;
}


#splitter {
    color: #FFFFFF;
    font-family:  UniExtraBoldRegular !important;
    font-size: 30px;
}