 
body * {
    display:none !important;
}

body .splash * {
    display: block !important;
}

.splash#no-script {
    display:block !important;
}

.splash {
    width: 100%;
    height: 100%;
    background:#000000;
    color:#FFFFFF;
}

.splash .content {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
}

.splash .content h2 {
    color:#FFFFFF;
    font-size:16px;
    line-height:1.4em;
    font-weight:normal;
    text-transform: uppercase;    
}

p {
    margin-top:20px;
    display:block;
    font-size:12px !important;
}

.noscript-content {
    position:absolute;
    bottom:20px;
    text-align:center;
    width:100%;
    color:#FFFFFF;
}

.footer-logo {
    display:none !important;
}

.footer-wrapper {
    display:none;
}

.navigation {
    display:none;
}
