#special {
  position: absolute;
  width: 360px;
  height: 450px;
  top: -411px;
  left: 300px;
  background: url(/images/special.gif) no-repeat 0 0;
  cursor:pointer;
  z-index: 99;
}

#special .content {
  width: 355px;
  height: 400px;
}

* html #special {
  background: url(/images/special2.gif) no-repeat 0 0;
}

#special p {
  width: 300px;
  margin: 8px 20px 8px 30px;
  padding: 2px;
}

#special h1 {
  width: 300px;
  float: none;
  margin: 8px 20px 8px 30px;
  padding: 2px;
  font-size: 1.3em;
  line-height: 1.3;
  text-align: center;
  color: #5b4822;
}

#special a {
  color: #5b4822;
  text-decoration: underline;
}

#special a:hover {
  text-decoration: none;
}
