
body {
	margin: 0;
	padding: 0;
	background: #000;
}

#container {
	width: 740px;
	margin: 50px auto 0 auto;
}

#content a {
	height: 550px;
	display: block;
	float: left;
	background-color: transparent;
	background-image: url(media/links.jpg);
	background-repeat: no-repeat;
}

#content a span {
	display: none;
}

#cycling {
	width: 250px;
	background-position: 0 0;
}

#powersports {
	width: 240px;
	background-position: -250px 0;
}

#racing {
	width: 250px;
	background-position: -490px 0;
}