

#container {
  position: absolute;
  width: 800px;
  height: 600px;
  margin:0px 0 0 100px;

}

#text {
  width: 500px;
  height: auto;
  margin-left: 70px;
  z-index: 5000;
  position:absolute;
  font-family:Verdana;
  font-size:9px;
}

span {
  font-size: 22px;
  font-weight: bold;
}

a, a:hover {
  color: #99CCFF;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #CCFF99;
  background-color: transparent;
}
