/* hide from ie on mac \*/
html 
{
	height: 100%;
	overflow: hidden;
}
/*
#flashcontent 
{
	position:absolute;
	width: 1024px;
	height: 562px;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -281px;
}
*/
#flashcontent 
{
	height: 100%;
	width: 100%;
	
}
/* end hide */

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}

#flashalt
{
	position: relative;
	width: 400px;
	top: 50px;
	left: 50px;
}

img, a
{
	margin: 0px;	
	padding: 0px;
	border: 0px;
}
