/* CSS Document */


html {
	height: 100%;
}

body {
	min-width: 600px;
	margin: 10px 10px 10px 10px;
	font-family: "Gill Sans", sans-serif;
	background-color: #FFFFFF;
}

div.splash { 
	text-align: center;
	margin-top: 100px;
}

