html 
{
	height: 100%;
	overflow: hidden;
	font-size: 11px;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
}


body 
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	background-color: #FFFFFF;
	height:100%;
	overflow:hidden; 
}

img, a
{
	margin: 0px;	
	padding: 0px;
	border: 0px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

#flashcontent
{
	position: absolute;
	overflow: hidden;
	
	margin: 0px;	
	padding: 0px;
	border: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#centerwrapper 
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -275px;
	width: 980px;
	height: 550px;
}

#flashalt
{
	position: relative;
	width: 400px;
	top: 50px;
	left: 50px;
}