body {
	position: relative;
	margin: 0; 
  padding: 0;
	font-size: 1em;
	font: 76% Arial, Helvetica, Tahoma, sans-serif;
  background: url('../images/index/tile-x.gif') 0 0 repeat-x #EFEBCA;
}
* html body { text-align: center; }

#wrapper {
	position: relative;
	width: 485px;
	margin: 0 auto;
}
* html #wrapper { text-align: left; }

/* ---  Standart Tag's --- */
h1, h2, h3, h4, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
h1 {display: none;}
/* ---  /Standart Tag's --- */

#container {
  padding-top: 158px;
}
#container h2 {
  position: absolute;
  top: 110px;
  left: 50%;
  background: url('../images/index/logo.png') 50% 0 no-repeat;
  width: 218px;
  height: 213px;
  margin-left: -109px;
}
*html #container h2 {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='client/images/index/logo.png');
}
#container h2 span {
  display: none;
}
div.floats {
  clear: both;
}
#hount_icon, 
#sport_icon {
  float: left;
}
#hount_icon a {
  display: block;
  width: 242px;
  height: 277px;
  padding: 0;
  background: url('../images/index/hount.jpg') 50% 50% no-repeat;
  margin: 0 1px 0 0;
}
#hount_icon a span {
  display: none;
}
#sport_icon a {
  display: block;
  width: 242px;
  height: 277px;
  padding: 0;
  background: url('../images/index/sport.jpg') 50% 50% no-repeat;
}
#sport_icon a span {
  display: none;
}

#hount_text, 
#sport_text {
  margin-top: 2px;
  float: left;
}
#hount_text a,
#sport_text a {
  display: block;
  width: 202px;
  height: 100px;
  text-decoration: none;
  color: #000;
  font-size: .9em;
  text-align: center;
  padding: 40px 20px 0 20px; 
}
#hount_text a span,
#sport_text a span {
  display: none;
}
#hount_text a {
  margin: 0 1px 0 0;
  background: orange;
  background: url('../images/index/hount.gif') 50% 0 no-repeat;
}
#sport_text a {
  background: pink;
  background: url('../images/index/sport.gif') 50% 0 no-repeat;
}