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

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

a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial,Helvetica;
}

a:hover {
	color: #808080;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial,Helvetica;
}

#flashHistory {
 	width: 0;
 	height: 0;
 	display: none;
 	border: 0 none;
}

#googleTracking {
	width: 0;
	height: 0;
	display: none;
}