body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
	text-align: center;
	padding-bottom: 20px;
}
#centerWrap {
	margin: 0;
	padding: 0;
	background-image: url(../imgs/bgGrad.jpg);
	background-repeat: repeat-x;
	text-align: center;
	
}
p {
	color: #d0a4aa;
	width: 400px;
	line-height: 1.2em;
	margin: 10px auto;
	text-align: justify;
}
a {
	color: #cacaca;
	text-decoration: none;
}
#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 948px;
}
#clubLogo {
	position: absolute;
	left: 178px;
	top: 23px;
	background-image: url(../imgs/logoClub.jpg);
	background-repeat: no-repeat;
	
}
#clubLogo a {
	display: block;
	padding-top: 205px;
	padding-bottom: 35px;
	width: 223px;
	text-align:center;
}
#churchLogo {
	position: absolute;
	left: 626px;
	top: 23px;
	background-image: url(../imgs/logoChurch.jpg);
	background-repeat: no-repeat;
	text-align:center;
}
#churchLogo a {
	display: block;
	padding-top: 205px;
	padding-bottom: 35px;
	width: 222px;
	text-align:center;
}
#footer {
	margin-top: 30px;
}
#footer p {
	color: #924954;
	font-size: .8em;
	margin-top: 20px;
	text-align: center;
}
#footer p a {
	color: #924954;
}