#splashScreen {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
        position:fixed;
        top:0px;
        bottom:0px;
        left:0px;
        right:0px;
        z-index:2000000;
	zoom:1;
}
#splashScreen.splashScreenHtml{
	background-color: transparent;   
        width: 100%;
        height: 100%; 
}
#splashScreen-main-container {
	height: 750px;
	width: 980px;
        position:fixed;
        top:25px;
        left:50%;
        margin-left:-490px;
        z-index:2000001;
        max-height: 100%;
}
#splashScreen-main-container #splashHeaderClose {
    text-align: right;
}
#splashScreen-main-container #splashFooterClose,
#splashScreen-main-container #splashHeaderContent{
    text-align: center;
}
#splashScreen-main-container #splashHeaderContent{
    height: 84%;    
}
#splashScreen-main-container #splashHeaderContent img{
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 967px) {
    #splashScreen-main-container{
        width: 90%;
        left: 5%;
        margin-left: 0;        
    }
}