body {
	background-color: #ffffcc;
	text-align: center;
}

div#banner {
	position: relative;
	width: 100%;
	height: 15.375em;
	margin: 0 auto;
	margin-top: 1em;
	background: #ffffcc url("http://support.anr.msu.edu/images/sitewide/404/bottom.png") no-repeat bottom;
	color: #fff;
	font-family:"Helvetica";
	font-weight: bold;
}

div#banner a {
	color: #fff;
	text-decoration: none;
}
div#banner a:hover {
	text-decoration: underline;
}

