body {
	background: #f1f1f1;
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: 'Helvetica', Arial, Verdana, Sans;
	font-size: 12px;
	color: #333;
}
a {
	color: #901828;
	font-weight: bold;
}
a img {
	border: none;
	position: relative;
	float: left;
}
#wrap {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}
#header {
	position: relative;
	float: left:
	width: 1000px;
	height: 100px;
	background: transparent url(../images/start-logo.gif) no-repeat center;
}
#gym {
	position: relative;
	float: left;
	width: 500px;
	background: transparent url(../images/gym-bg.jpg) no-repeat top left;
}
#ky {
	position: relative;
	float: right;
	width: 500px;
	background: transparent url(../images/ky-bg.jpg) no-repeat top left;
}

.text-box {
	position: relative;
	float: left;
	padding: 10px 100px 20px 100px;
}

#foot {
	position: relative;
	float: left;
	width: 810px;
	height: 150px;
	background: transparent url(../images/start-foot-bg.jpg) no-repeat top center;
	padding: 20px 150px 0 100px;
}
#foot p.copy {
	float: right;
}
#foot p {
	margin: 0px;
	padding: 5px 0 5px 0;
}