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

div.splash
{
	background-image: url("/media/owl629x800.png");
	background-repeat:no-repeat;
	background-origin:border-box;
	/* background-size:contain; */
	background-position: center center;
	/* background-color: #036; */
	position: fixed;
	/* width:100%; */
	/* height:100%; */

	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top:0;
	left:0;
	text-align:center;
}