
html 
{
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 12px;
  }

html, body, #flashcontent
{
  height: 100%;
  background-color: #8badd7;
  }

#flashcontent 
{
  margin-left: auto;
  margin-right: auto;
  }
  
  
.help 
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-125px;
  margin-left:-90.5px;
  height: 250px;
  width: 181px;

  }

#helpText {
}
img {
 text-align: center;
  margin: 0;
  display: block; 
  }
p {
  text-align: center;
  }
  
a {
 text-decoration:none;
}
a:link { 
	color: #FFF;
	 text-decoration:none;
}
a:visited { 
	color: #FFFFFF;
	 text-decoration:none;
}
a:hover { 
	color: #FFF;
 text-decoration:underline;
}
a:active { 
	color: #FFF;
 	text-decoration:none;
}