@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/sponsorsbckg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	height: 1200px;
	width: 500px;
	margin-top: 50px;
	margin-right: 350px;
	margin-left: 350px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 100px;
	margin-top: 50px;
	padding: 50px;
}
