* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #06a8dd;
  font: normal normal normal 12px Helvetica, Arial, sans-serif;
}

body { background: #000; }

#flashcontent {
  height: 920px;
}

html, body, #flashcontent {
  min-width: 995px;
  min-height: 920px;
}

/*-- Alternative Content --*/

#alternateContent { text-align: center;}

#content {
  margin: 20px;
  text-align: left;
}

#content h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

#content p {
  margin: 10px 0;
  color: #fff;
  line-height: 15px;
}

#content li {
  margin: 0 5px 0 0;
  display: inline;
}

