a {
  font-weight: bold;
  color: #FFFFFF;
  font-family: arial;
  text-decoration: underline;
}

#image_holder {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

#image_holder img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#title {
  visibility: hidden;
  z-index: 200;
  position: absolute;
  left: 0;
  bottom: 410px;
  width: 467px;
  height: 38px;
  background-image: url(images/stefan_campbell.png);
  background-repeat: no-repeat;
}

#info_tab {
  visibility: hidden;
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 69px;
  height: 33px;
  background-image: url(images/info_tab.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

#info {
  font-family: arial;
  font-size: 11px;
  color: #FFFFFF;
  display: none;
  visibility: hidden;
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 600px;
  height: 490px;
  background-image: url(images/black_pixel.png);
  background-repeat: repeat;  
}

#close_button {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(images/close.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
}

#info div.info_text {
  line-height: 16px;
  width: 480px;
  text-align: center;
  margin-top: 105px;
  margin-left: auto;
  margin-right: auto;
}

#info div.info_text div.info_text_categories {
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#info div.info_text div.contact {  
  text-transform: uppercase;
  margin-top: 15px;
}