.holder {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-image: url(graphics/numbers.gif);
	margin-top: 0px;
}
.nav {
	width: 880px;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.home {
	background-color: #000;
	padding: 0px;
	width: 900px;
	font-family: myriad, "Myriad Pro";
	font-size: 14px;
	color: #FFF;
	text-align: center;
	height: 490px;
	overflow: auto;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.percy {
	background-color: #FFC100;
	width: 880px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
	height: 480px;
	overflow: auto;
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.main {
	background-color: #000;
	padding: 0px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 490px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.credits {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

