body {
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FDFFE5;
}
#top {
	background-color: #583300;
	height: 33px;
	margin: 0;
	padding: 0;
}
#main {
	background-image: url(home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 770px;
	position: relative;
	left: 50%;
	margin-left: -385px;
	top: -33px;
	padding-top: 225px;
	overflow: visible;
}
#main #grazrbox { margin-left: 220px; }
#main #sidelinks {
	font-size: 11px;
	display: block;
	width: 105px;
	position: absolute;
	left: 99px;
	top: 302px;
}

a {
	color: #FDE11C;
}
a:hover {
	color: #FFFFD2;
}
#main #toplinks {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 5px;
}
