/* hide from ie5 mac \*/
html 
{
  height: 100%;
  overflow: auto;
}

#flashcontent 
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
}

#noflash
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	width: 450px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #FFF;
	background-color: #333;
	border: 1px solid #999;
	text-align: justify;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#noflash a
{
	color: #179E70;
	text-decoration: none;
}

#noflash a:hover
{
	text-decoration: underline;
}

#noflashlogo
{
	float: left;
	height: 100px;
	padding-right: 30px;
}
