#container {
	background: url(../../images/people/h.png) center right no-repeat;
}
#top {
	background: url(../../images/titles/gyms.png) top left no-repeat;
}
#bottom {
	background: url(../../images/titles/love.png) top left no-repeat;
	margin-left: 300px;
}
#gyms {
	padding-bottom: 30px;
}
#gyms a, #gyms div {
	padding: 10px;
	background: url(../../images/gyms_bg.jpg) left repeat-y;
	background-color: #fec8fa;
	display: block;
	text-decoration: none;
	border: 2px solid #522a72;
	margin-bottom: 3px;
}
#gyms div a {
	padding: 0px;
	background: none;
	background-color: none;
	border: none;
	font-size: 14px;
}
#gyms div a:hover {
	border: none;
	background: none;
}
#gyms a:hover {
	background: #fec8fa;
	border: 2px solid #ee38e0;
}
#gyms a span, #gyms div span {
	float: right;
	font-size: 20px;
	text-align: right;
}
#international {
	background: url(../../images/world.jpg) center left no-repeat;
	padding: 10px;
	padding-left: 100px;
}