*  {padding: 0px; margin: 0px; } /* zero out everything */

body {
	text-align: center;
	font-family: Arial;
	font-size: 1em;
	color: #b1b1b1;
	background-color: #333;
	background-image: url(../images/splash_bckgrnd.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

p {
	padding: 1em;
}

#page {
	padding: 0;
	border-top: 2px solid #f7971c;
	border-bottom:  2px solid #f7971c;
	background-color: #333;
	width: 100%;
}

#links {
	border-left:  2px solid #f7971c;
	border-right:  2px solid #f7971c;
	width: 450px;
	height: 75px;
	margin: 0 auto;
	position: relative;
}

#links p {
	padding-top: 50px;
}

a, a:visited {
	text-decoration: none;
	color: #f7971c;
}

a:hover {
	color: #b1b1b1;
}

#logo {
	margin-top: 116px;
	margin-bottom: 60px;
}

.small {
	font-size: .7em;
}

