textarea:focus, input:focus
{
    outline: none;
}

#bgOverlay
{
  z-index: 1;
  margin: 0 auto;
  width: 560px;
  filter: alpha(opacity=20);
  opacity: .20;
}

#links
{
  position: absolute;
  top: 60px;
  left: 20px;
}

.link
{
  color: #AA8855;
  font-family: Calibri;
  font-size: 20pt;
  font-weight: bold;
  width: 500px;
  padding-left: 8px;
  padding-bottom: 4px;
  border-radius: 10px;
}

.link:hover
{
  cursor: pointer;
  color: #FFFFFF;
}