﻿#top-container, footer, #body-container {
   /* opacity: 0.5;*/ /*DEBUG*/
}

#menu, .div-with-fade-border {
    display: none;
}

#body-container {
    height: 47.7vw;
}

#select-box-container {
    background-image: url(../../images/BoxMaker/Desktop/select-box.png);
    height: 40vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#select-box-football, #select-box-party {
    height: 5.6vw;
    width: 16.3vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 23.8vw;
}

#select-box-football {
    background-image: url(../../images/BoxMaker/Desktop/select-box-football.png);
    right: 31.8vw;
}

#select-box-party {
    background-image: url(../../images/BoxMaker/Desktop/select-box-party.png);
    left: 31.8vw;
}

    #select-box-football a, #select-box-party a {
        display: block;
        width: 100%;
        height: 100%;
    }
