/* hide from ie on mac \*/
html {
  height: 100%;
  overflow:hidden;
}

#flashcontent {
   height: 100%;
}


a:link { color:#FFFFFF; text-decoration:none; font-weight:bold; }
a:visited { color:#FFFFFF; text-decoration:none; font-weight:bold; }
a:hover { color:#000000; text-decoration:none; background-color:#FFFFFF; font-weight:bold; }
a:active { color:#000000; background-color:#FFFFFF; font-weight:bold; }


/* end hide */
	
body {
	color:black;
	height: 100%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


p {
	font-family: verdana,arial,helvetica;
	font-size:11px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
	color:white;
}

