/* Stylesheet for Akademy */
body {
	background-image: url(../images/gym-pagebackground.jpg);
	background-repeat: repeat-x;
}
div#text {
	background-image: url(../images/background3.gif);
	/* background-image: url(../images/gym-back.jpg); */
	background-position: right bottom;
	background-repeat: no-repeat;
}
h2 {
	background-image: url(../images/gym-icon.jpg);
}
span#sublinks {
	color: #ffffff;
	float: right;
}
span#sublinks a {
	color: #ffffff;
	text-decoration: none;
}
span#sublinks a:hover {
	text-decoration: underline;	
}
div#text a {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
div#text a:hover {
	text-decoration: underline;
}
img {
	margin-left: 5px;
}