/*----------------------------------------------------*/
/* Header                                             */
/*----------------------------------------------------*/

h2.services {
  position: absolute;
  left: 160px;
  width: 384px;
  height: 122px;
  text-indent: -9999px;
}

img.skater {
  position: absolute;
  left: 95px;
  top: 39px;
  display: block;
  width: 98px;
  height: 119px;
  z-index: 2;
}

/*----------------------------------------------------*/
/* Info                                               */
/*----------------------------------------------------*/

.info {
  position: absolute;
  top: 155px;
  width: 701px;
  height: 294px;
  background: url(/images/bg_services.gif);
}

.info div {
  height: 200px;
  margin: 40px 40px;
}

.info p {
  margin-bottom: 8px;
}

/*----------------------------------------------------*/
/* Buttons                                            */
/*----------------------------------------------------*/

a.reel {
  display: block;
  position: absolute;
  left: 108px;
  top: 469px;
  width: 147px;
  height: 133px;
  background: url(/images/btn_reel.gif);
}
a.reel:hover {
  background: url(/images/btn_reel_over.png);  
}
a.facilities {
  display: block;
  position: absolute;
  left: 393px;
  top: 469px;
  width: 163px;
  height: 133px;
  background: url(/images/btn_facilities.gif);  
}
a.facilities:hover {
  background: url(/images/btn_facilities_over.png);  
  left: 370px;
  top: 470px;
  width: 210px;
}