/* ========================================== *
/* BASIC FORMATTING */
/* ========================================== */
body {
	text-align: center;
	margin: 0px;
	padding: 168px 0px 0px 166px;
	background-color:#4D4D4D;
}

#homesplash a {
	display: block;
	width: 397px;
	height: 86px;
	background-image: url(images/homesplash.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#homesplash a:hover {
	background-position: left bottom;
}

.hidden  { display: none; }
.hidden a { text-decoration: none; }
.hidden a:hover { text-decoration: none; }