html,body{
	height: 100%;
}
body{
	background-image: url(graphics/bg-wood.jpg);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
#space{
	width: 1px;
	height: 50%;
	margin-bottom: -206px;
	float: left;
}
p{
	width: 600px;
	margin: 20px 0;	
}
p a{
	float: right;
}
#splash{
	background-image: url(graphics/bg-grain.jpg);
	clear: left;
	display: block;
	height: 372px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 600px;
}
a:link,a:visited{
	color: #c2b060;
}
a:active{
	color: #eec428;
}
a:hover{
	color: #e9cb45;
}