/* CSS Document */
body {
  text-align: center;
}

div#content {
  margin: 0 auto;
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 600px;
  margin-left: -400px; /* half of width */
  margin-top: -300px;  /* half of height */
  z-index:3;
  font-family: Arial, Helvetica, Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #5b5c5e;
} 

a, a:ACTIVE, a:HOVER, a:VISITED {
  color: #5b5c5e;
}

#static-content {
  width: 800px;
  height: 600px;
  background-image: url(../images/scarlet-group-bkgd.gif);
  text-align: left;
  position: relative;
}
#static-html {
  top: 344px;
  left: 53px;
  position: absolute;
}
#warning {
  font-size: 10px;
  bottom: 10px;
  left: 53px;
  position: absolute;
}
.scarlet {
  color: #ed1c24;
}