html { height: 100%; overflow: auto; text-align: center; }

#flashContent 
{
	width: 100%;
	height: 100%;
	min-width:1100px;
	min-height:664px;
	position:absolute;
	_width: expression(document.body.clientWidth &lt; 1100 ? "1100px" : "auto");
	_height: expression(document.body.clientHeight &lt; 664 ? "664px" : "auto");
	_position:fixed;
	top:0px;
	left:0px;
}

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	color:#000000;
	font-family: Arial, Verdana, sans-serif;
	font-size:16pt;
	text-align: center;
}

a:link 	{ color:#333; }
a:hover { font-weight: bold; text-decoration: underline; color: #666666; }
p 		{ text-align: left; }
h2 		{ text-align: left; }