img#splimage:before {
    content: "";
    background-color: white;
}
header {
	display: none;
}
img#splimage { 
	resize: both;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: static;
    overflow: scroll;
    background-color: white;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
div.splimage {
    display: block;
    width: 900px;
    height: 900px;
    background-color: white;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
body { 
    width: initial;
    height: initial;
    margin: 0px;
    background-color: white;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 25%;
}
