@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #eeeeff;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-color: #0054A8;
    background-size: 100%;
    cursor: default;
    background-attachment: scroll !important;
    overflow: auto !important;
}

#fix {
    display: none;
}


#ios_btn {
    display: none;
}

#ios_button {
    display: block;
}

#ios_words {
    display: block;
    font-size: 12px;
}

.btn_width {
    width: 90%;
}


.fb_icon {
    width: 50px;
    height: 50px;
}

