
html 
{
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #000;
  }

html, body, #flashcontent
{
  height: 100%;
  background-color: #ffffff;
	/*background-image: 
	url('../images/trame.gif');
	background-repeat: repeat*/
  }

#flashcontent 
{
  margin-left: auto;
  margin-right: auto;
  }
  
  
.help 
{
 // margin-left: auto;
  //margin-right: auto;
 // margin-top: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-125px;
  margin-left:-90.5px;
  height: 250;
  width: 181px;

  }

#helpText {
}
img {
  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;
}