
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	overflow:hidden;
	height: 100%;
	margin: 0;
	padding: 0;
	background-repeat:repeat;
}

.noflash{
	top: 100px;
	left: 100px;
	position: absolute;
}

p
{
color:#FFFFFF;
}
li
{
list-style: none ;
font-size:10px;
text-decoration: none ;
color:#FFFFFF;
}
a:link, a:visited {
  color: #999900;
  text-decoration: none;
  }
a:hover, a:active {
  color: #ffff00;
  text-decoration: none;
  }




