    html {
        height: 100%
    }

    body {
        position: relative;
        margin: 0;
        min-height: 100%;
        background-color: #121212;
        background-size: 100% 100%;
    }

    .centerImageSplash {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #splash img {
        position: absolute;
        max-width: 50%;
        max-height: 50%;
    }

    .topCornerImageSplash {
        position: absolute;
        max-width: 50%;
        max-height: 50%;
        top: 0;
        left: 0;
    }

    .bottomCornerImageSplash {
        position: absolute;
        max-width: 50%;
        max-height: 50%;
        bottom: 0;
        right: 0;
    }