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

#flashdiv {
	height: 100%;	
	text-align: center;	
	background: #383530;
	vertical-align:middle;
}

/* end hide */

body {
	height: 100%;
	background: #383530;
	font-family: arial, verdana, san-serif;
	line-height:1.4;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	color: #999999;
}

a:link {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



