/* CSS Document */

div#demomain {
  background: #fff;
  width: 950px;
  border: 2px solid black;
  text-align: left;
}

div#demomenu {
  background: url(../images/page_backgrounds/demo/demomenu.gif);
  background-repeat: no-repeat;
  width: 425px;
  height: 175px;
  margin-top: 20px;
  margin-left: 260px;
}

#demomenutext {
  width: 400px;
  margin-top: 15px;
  margin-left: 10px;
}

div#demo {
  text-align: center;
}

div#back {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
#flash {
  color: #000;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 20px;
}
a#flashlink {
  color: #000;
  font-size: 9px;
  font-weight: bold;
}
a:hover#flashlink {
  color: #000;
  font-size: 9px;
  font-weight: bold;
  text-decoration: underline;
}