/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
@font-face {
	font-family: "Anivers";
	src: url('Anivers_31.otf') format(opentype);
	
}

* {
	padding: 0;
	margin: 0;	
}


body {
	font-family: "Anivers", "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
}

#splash a:link, #splash a:visited {
	color: #333;
	text-decoration: none;
}

a:link, a:visited {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#splash {
	text-transform: uppercase;
	font-size: 30px;
	width: 28em;
	height: 8em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5em;
	margin-top: -4em;
}
#splash_inner {
	position: relative;
}

#greeting {
	text-align: right;
	width: 13.6em;
	position: absolute;
}

#activities {
	margin-top: 0em;
	list-style: none;
	margin-left: 14em;
}

#footer {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
	padding-bottom: 1em;
	color: #888;
}