html, body {
  height: 100%;
  background: #222 url(images/bkg_gradient.jpg) repeat-x;
}
body {
  font: 90% arial, helvetica, sans-serif;
  color: #000;
}
#flashcontent {
  width: 450px;
  height: 180px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #000;
  font-weight: bold;
  margin-left: -225px;
  border: 6px solid #000;
  /* Half the width of the DIV tag which is 450 pixels */
        margin-top: -90px;
  /* Half the height of the DIV tag which is also 190 pixels */
}
#flashcontent a:link, #flashcontent a:visited {
  color: #fff;
  background-color: #000;
}
img {
  border-style: none;
}
#skip {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
a:link, a:visited {
  color: #fff;
}

