BODY {
	margin: 0 0;
	padding: 0;
	font-family: "Trebuchet MS, Lucida Sans Unicode, Lucida Sans";
	font-size: 1.1em;
	color: #FFFFFF;
	background: url("bg.png") #FF6600 center top repeat;
}

#background {
	position: absolute;
	bottom: 0;
	width: 730px;
	height: 738px;
	background-image: url("splash.png");
	background-position: bottom;
}
#even {
	position: absolute;
	left: 39%;
	border: 2px #FFF4E9 solid;
	text-indent: 10px;
	top: 34%;
	width: 20%;
	height: 29%;
}
#even UL {
	text-align: center;
	padding: 3px;
}
#even UL LI {
	list-style-type: none;
	padding-bottom: 15px;
}
A {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	display: block;
	margin: 1px;
}
A:hover {
	text-decoration: none;
	border-bottom: 2px #FFF4E9 solid;
	border-top: 2px #FF4E9 solid;
}
.title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
