body{
  background: url('bg.gif') #000 repeat-x;
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

#frame {
  width: 495px;
  margin: 0 auto;
}

#text {
  position: relative;
  top: -96px;
  left: 200px;
  font-weight: bold;
  font-style: italic;
}

#contact {
  margin: 50px 0 0 0;
  color: #fafafa;
}

#contact a, #contact a:link, #contact a:active, #contact a:visited {
  color: #fff;
  text-decoration: none;
}

#contact a:hover {
  color: #fff;
  text-decoration: underline;
}

strong {
  font-weight: bold;
  color: #fff;
}

span .italic {
  font-style: italic;
}