#rt-top.hide-text a, #rt-top.hide-text a:hover, #rt-top.hide-text a:visited
{
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;
}

#rt-top.hide-text a:active
{
  position:static;
  width:auto;
  height:auto;
}


