@charset "utf-8";
html, body {
	margin-top: 0px;
	margin-left: 0px;
}
body {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	background-color: #C0DFFD;
}
#pageTitleArea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
#credits {
	position: absolute;
	height: 50px;
	width: 200px;
	left: 0px;
	top: 750px;
	text-align: center;
}


#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#logoArea {
	position: absolute;
	height: 85px;
	width: 117px;
	left: 32px;
	top: 19px;
}
