#splashScreenMain {
    background-color:#000;
    display:none;
    height:500px;
    left:0px;
    position:absolute;
    top:0px;
    width:100%;
}


#splashScreen {
    background: #fff url('../grafika/splashScreenLoading.gif') center no-repeat;
    border:1px solid #c2c2c2;
    display:none;
    height:500px;
    position:relative;
    width:800px;
}
