body {
	text-align: center;
	background: #333 url('images/bodybg.png') repeat-x;
	color: #ddd;
	font: 12px Helvetica, Arial, Sans-serif;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.clear_all {
	clear:both;
}


/* Links */
a:link {
	color: #ffcc66;
	text-decoration: none;
}
a:visited {
	color: #ffcc66;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #ffcc66;
	text-decoration: none;
}


/* Site-specific Layout */
#splash_wrapper {
	margin: 80px auto 40px;
	width: 620px;
}
#splash {
	float: left;
	background: url('images/splash.png') no-repeat;
	width: 575px;
	height: 370px;
}
#splash_sidebar {
	float:left;
	width: 45px;
}
#splash_sidebar img {
	display: block;
	margin: 10px auto;
}
#footer {
	font-size: 0.9em;
	text-shadow: 1px 1px 1px #000;
}

.main_links {
	margin-top: 186px;
	text-align: center;
}