@charset "utf-8";
/* CSS Document */
#boxholder {
	width: 426px;
	height: 120px;
	margin: 100px -216px 0 400px;
}
#holder {
	display: flex;
	width: 426px;
	height: 321px;
	/*position: relative;*/
	margin: 0 -216px 0 400px;
	flex-wrap: wrap;
}
#boxers {
	/*float: left;
	position: relative;*/
	width: 426;
	height: 120;
	background: url(graphics/boxers.gif) no-repeat;
	/*padding-bottom: 52;*/
}
#training {
	/*float: left;
	position: relative;*/
	width: 216px;
	height: 321px;
	background: url(graphics/training.gif) no-repeat;
}
#horses {
	/*float: right;
	position: relative;*/
	width: 210px;
	height: 321px;
	background: url(graphics/horses.gif) no-repeat;
}
/*link style place holders*/
#bx span {
	background: url(graphics/boxers.gif) no-repeat 0 0px;
	position: absolute;
	width: 426px;
	height: 120px;
}
#bx span a:link {
	background: url(graphics/boxers.gif) no-repeat -426 0px;
	position: absolute;
	width: 426px;
	height: 120px;
}
#bx span a:visited {
	background: url(graphics/boxers.gif) no-repeat -426 0px;
	position: absolute;
	width: 426px;
	height: 120px;
}
#bx span a:hover {
	background: url(graphics/boxers.gif) no-repeat 0 0px;
	position: absolute;
	width: 426px;
	height: 120px;
}

#tl span {
	background: url(graphics/training.gif) no-repeat 0 0px;
	position: absolute;
	width: 216px;
	height: 321px;
}
#tl span a:link {
	background: url(graphics/training.gif) no-repeat -216 0px;
	position: absolute;
	width: 216px;
	height: 321px;
}
#tl span a:visited {
	background: url(graphics/training.gif) no-repeat -216 0px;
	position: absolute;
	width: 216px;
	height: 321px;
}
#tl span a:hover {
	background: url(graphics/training.gif) no-repeat 0 0px;
	position: absolute;
	width: 216px;
	height: 321px;
}

#ss span {
	background: url(graphics/horses.gif) no-repeat 0 0px;
	position: absolute;
	width: 210px;
	height: 321px;
}
#ss span a:link {
	background: url(graphics/horses.gif) no-repeat -210 0px;
	position: absolute;
	width: 210px;
	height: 321px;
}
#ss span a:visited {
	background: url(graphics/horses.gif) no-repeat -210 0px;
	position: absolute;
	width: 210px;
	height: 321px;
}
#ss span a:hover {
	background: url(graphics/horses.gif) no-repeat 0 0px;
	position: absolute;
	width: 210px;
	height: 321px;
}