body, html 
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font: 10px Verdana;
}

body 
{
	margin: 0;
	overflow: auto;
}

#flashcontent
{
	margin: 0;
	padding: 0;
	width: 980px;
	height: 570px;
	position: absolute;
	top: 50%;
	margin-top: -270px;
	left: 50%;
	margin-left: -520px;
}

#alternateContent
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	left: 100px;
}

p
{
	color: #000000;
}
