#nav {
	text-align: center;
	margin-left: 100px;
	width: 1000px;
}
#content {
	width: 400px;
	margin-top: 50px;
	margin-left: 700px;
}
#footer {
	text-align: center;
}
body {
	background-image: url(Images/staceyabout.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
