@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(Images/staceygames.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 100px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	height: 2000px;
	width: 700px;
	margin-top: 50px;
	margin-left: 100px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 50px;
}
