@charset "utf-8";
/* CSS Document */
div#centered {
	border: 0;
	height: 4300px;
	width:750px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-400px;
	margin-top:-299px;
	visibility: inherit;
	overflow: hidden;
}
.bg {
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
.titleBold {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0;
	margin: 0 auto;
}.john {
	background-image: url(images/daly1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sponsors {
	background-image: url(images/filler.png);
	background-repeat: repeat;
}

