html {
	height: 100%;
}
body {
   width: 100%;
	height: 100%;
	background-color:#2A1D0D;
}
.splash {
   width: 100%;
	height: 100%;
	background-image: url(../graphics/enter.gif);
	background-repeat: no-repeat;
	background-position: center;
	}