body{
    background-color:#181818;
    margin:0 0 0 0;
    color:white;
    font-family:Orbitron,arial,GoodTimes,verdana,helvetica,sans-serif;
}

 img{


	width:256px;
	height:256px;
    position:absolute;             /* position in the center of the screen */
    left:50%;
    top:50%;
    text-align:center;
	margin-left:-128px;
	margin-top:-128px;

}

.splashbg{
	width:100%;
	height:100%;
}
.noShow{
	display:none;
} 

@font-face { font-family: Orbitron; src: url('fonts/orbitron.woff2') format('woff2'), url('fonts/orbitron-light-webfont.woff') format('woff')}