body {
  font   :12px Arial,Verdana,Helvetica;
  margin :0;
}
#flashContent {
  position  : absolute;
  z-index   : 1;
  text-align: center;
  height    : 100%;
  width     : 100%;
}


.bgImg {
  background-image:url(/img/noFlash.jpg);
  background-repeat:no-repeat;
  background-position:center;
  height    :524px;
}

.detText {
  font      :normal 17px Arial,Verdana,Helvetica;
  color     :#B9B9B9;
}
.detText a{
  text-decoration:underline;
  color     :#B9B9B9;
}
.detText a:hover{
  text-decoration:underline;
  color     :#FFFFFF;
}