body {

	font-family:Verdana, Geneva, sans-serif;
	background-color:#8dd2f6;
	color:white;
	text-align:center;
}

div.BodyWrap{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height:600px;
	width:900px;
	background-color:#63AFD0;
	background-image:url(../Images/Swim2016.jpg);
	//background-repeat:no-repeat;
	border: 20px solid #ffffff;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
}
div.Footer{
	color:black;
	position:relative;
	bottom:0px;
	margin-left: auto;
	margin-right: auto;
	height:50px;
	width:900px;
	background-color:#ffffff;
	border: 20px solid #ffffff;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

