body	{
	background-color:			#959595;
	font-family:				Verdana,Arial,Helvetica,_sans;
	text-align:					center;
	font-size:					10px;
	margin:						0;
	padding:					0;
	color:						white;
}

img	{
	border:						none;
}

div.main	{
	position:					relative;
	width:						100%;
	height:						100%;
	min-height:					700px;
	margin-left:				auto;
	margin-right:				auto;
	text-align:					center;
}

div.buttondiv	{
	position:					absolute;
	top:						5px;
	left:						400px;
	z-index:					100;
	width:						303px;
	height:						61px;

}

div.noflash	{
	margin-top:					5px;
}

div.ensureheight	{
	position:					absolute;
	top:						0px;
	left:						0px;
	height:						700px;
	width:						1px;
	z-index:					1;
}

div.flashcontent	{
	position:					absolute;
	top:						0px;
	left:						0px;
	z-index:					2;
}

* html div.ensureheight	{
	position:					relative;
	height:						700px;
	width:						1px;
	float:						right;
}

* html div.flashcontent	{
}