* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background: #fff url(splash/body.jpg) 50% -100px;
}

#container {
	margin: 0 auto;
	width: 568px;
	height: 100%;
}

h1 {
	height: 505px;
	text-indent: -9999px;
	background: url(splash/logo.gif) 50% 300px no-repeat;
}

p {
	margin: 10px 0;
	font: 12px/12px Georgia, 'Times New Roman', Times, serif;
	color: #933;
}

a {
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #933;
}
a[href="http://www.joelschou.com"], a[href="http://www.vault25.com"] {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #97D9EC;
	text-decoration: none;
}
a[href="http://www.vault25.com"]:before {
	content: "  )";
}
a[href="http://www.joelschou.com"]:after {
	content: "(  ";
}