/* hide from ie on mac \*/
html 
{
	height: 100%;
	overflow: hidden;
	font-size: 11px;
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	color: #000000;
}

h3
{
	font-size: 14px;
}

#flashcontent 
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;	
}
/* end hide */

body 
{
	
	margin: 0;
	padding: 0;
	color: #2F292B;
	background-color: #000000;
}

#flashalt
{
	position: relative;
	width: 400px;
	top: 50px;
	left: 50px;
}

img, a
{
	margin: 0px;	
	padding: 0px;
	border: 0px;
}
