@charset "UTF-8";
body {
	height: 800px;
	width: 750px;
	position: relative;
	margin: auto;
	padding-top: 15px;
}
#wrapper {
	margin: auto;
	height: 800px;
	width: 750px;
	position: relative;
}
#header {
	margin: auto;
	height: 153px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #264F1F;
}
#credits {
	margin: auto;
	height: 36px;
	width: 750px;
	position: absolute;
	left: 1px;
	top: 672px;
}
#main_content {
	margin: auto;
	height: 520px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 153px;
	background-color: #1d4929;
}
a:visited {
	position: absolute;
	height: 28px;
	width: 750px;
	color: #009900;
}
a:hover {
	color: #006600;
}
a:active {
	color: #264F1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
a:link {
	color: #FFFF00;
}

