/* CSS Document */

/************* LINK IN BACKGROUND IMAGE ************/
#tr #link a {
  position: relative;
  font-size: 2.5em;
  top: -25px;
  left: 190px;
  text-decoration: none;
  /*border: 1px solid #000000; Remove comment to see where the link is located!*/
}

#tr #link a i {
  visibility: hidden;
}
/************* END LINK IN BACKGROUND IMAGE ************/


