body {
	background-color: #632844;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/pageBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	height: 550px;
	width: 760px;
	margin-left: 50%;
	position: absolute;
	left: -380px;
	top: 20px;
}
#footer {
	width: 760px;
	margin-left: 50%;
	position: absolute;
	left: -380px;
	padding-top: 20px;
	padding-bottom: 20px;
	top: 620px;
	font-size: 70%;
	text-align: center;
}
#footer a:link {
	font-size: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
}
#footer a:visited {
	font-size: 120%;
	text-transform: uppercase;
	color: #666666;
}
