/* XMAS
--------------------------------------------------------------------------------------- */
#xmas{
    height: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

#xmas_inner{
    height: 100%;
}

#xmas .background{
    height: 100%;
    visibility: hidden;
    z-index: 1000;
}

#xmas .invisible {
    display: none;
}

#xmas .text {
    position: absolute;
    top: 30px;
    z-index: 1500;
}

#xmas .big_logo {
    position: absolute;
    top: 30%;
}

#xmas .logo {
    position: absolute;
    display: none;
    bottom: 20px;
    right: 30px;
    z-index: 1500;
}

