@charset "utf-8";
/* CSS Document */

div.splash
{
	background-image: url(index.png);
	background-repeat:no-repeat;
	/* background-origin:border-box;
	background-size:contain; */
	background-position: center center;
	background-color: white; /*036;*/
	position: fixed;
	width:100%;
	height:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top:0;
	left:0;
	text-align:center;
}
