body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #F1F2EA;
	margin: 0px;
	padding: 0px;
}
#container {
	height: 550px;
	width: 780px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
	top: 12px;
	border: 1px solid #8a8c10;
	background-image: url(../images/bg/splash.jpg);
	background-color: #E5F0D7;
}
#main_logo {
	margin-left: -95.5px;
	position: absolute;
	left: 50%;
	top: 100px;
}
#rnd_thumbs {
	width: 600px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 300px;
	text-align: center;
	display: block;
}
#rnd_thumbs img {
	padding-right: 20px;
	padding-left: 20px;
}
#enter {
	margin-left: -220px;
	position: absolute;
	left: 50%;
	top: 380px;
}
#content a {
	color: #76A246;
	text-decoration: none;
	weight: bold;
	font-weight: bold;
}
#content a:hover {
	color: #006666;
}
#message {
	font-weight: bold;
	color: #990000;
	text-align: center;
	display: block;
}
.smallLink {
	font-size: 0.8em;
	margin-left: 10px;
}
ul.alph {
	list-style-type: lower-alpha;
}
#space ul li {
	margin-bottom: 8px;
}

