#footer {
	text-align: center;
}
body {
	background-attachment: fixed;
	background-image: url(Images/staceybckgnew.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	height: 700px;
	width: 420px;
	margin-top: 50px;
	margin-left: 25px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	float: left;
}
#footer {
	clear: both;
	padding-top: 200px;
}
#nav {
	text-align: center;
	width: 1200px;
}
#sponsor {
	width: 200px;
	float: right;
	clear: right;
	margin-top: 100px;
}
