#global dl{
  float: left;
  position: relative;
  left: 40px;
}
#global dl dt a{
  float: left;
  height: 46px;
  width: 100%;
  text-indent: -9000px;
}

dl#access_horror{
  width: 170px;
}
dl#access_horror dt a{
  display: block;
  background: url('/gfx/horror.gif') no-repeat;
}

dl#access_vampires{
  width: 169px;
}
dl#access_vampires dt a{
  display: block;
  background: url('/gfx/vampires.gif') no-repeat;
  height: 46px;
}

dl#access_torso{
  width: 184px;
}
dl#access_torso dt a{
  display: block;
  background: url('/gfx/torso.gif')  no-repeat;
}

dl#access_beauty{
  width: 191px;
}
dl#access_beauty dt a{
  display: block;
  background: url('/gfx/beauty.gif') no-repeat;
}

form{
  clear: both;
}
.big_link{
  padding-top: 18px;
}