
body {
	background-image: url(grain.png);
	background-repeat: repeat;
	margin: 0px;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 940px;
	}

.logo {
	margin-top: 65px;
	margin-bottom: 88px;
	}
	
.info {
	margin-top: 0px;
	margin-bottom: 75px;
	}
	
.schedule {
	margin-top: 0px;
	margin-bottom: 75px;
	}

.sponsor {
	margin-top: 0px;
	margin-bottom: 50px;
	}
	
#Georgia {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #222;
}

a, a:visited, a:hover {
	text-decoration: none;
	color: #FF3A3A;
}