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

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

body {
	font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
	border: 0px;
}

a:link, a:visited { color:#65A25E; text-decoration:none; }
a:hover { color:#ffffff; text-decoration:underline; }
a img { border: none; }

#wrapper { margin:0 auto 0 auto; width:100%; }
#wrapper .footer { color:#000000; margin-top:10px; font-size:80%; text-align:center; }