/* Splash Page Styles */

body { 
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	}

.enter { width: 800px;
	margin: 50px auto 0 auto ;}
	
.enter img { border: none; }

#entermap { 
	outline: none;
	border: none; }
	
.splash {
	margin: 100px 0 50px 0;
	background: url('images/splash.jpg') no-repeat center center;
	width: 100%;
	min-width: 1200px;
	background-size: 100%;
	text-align: center;
	border: solid 1px #111111;
	}
	
.splash img { border: none; }