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

/* Reset All Styles */
* {
	/*vertical-align: baseline;*/
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
body {
	margin: 0px;
	font-family: 'Raleway', sans-serif;
	color: #111;
	background: #FFF;
	}
html {
	overflow: -moz-scrollbars;
	/*overflow: scroll;*/
}
html, body {
	height: 100%;	
}
/* layout */
#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#container div.splash {
	width: 300px;
	height: 300px;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -170px;
	border: 6px solid #ccc; 
	text-align: center;
 }
	#container div.splash h1 {
		color: #999;
		font-size: 5em;
		margin-top: 100px;
	}

