#flashcontent { 
	position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; margin: 0; padding: 0;
	min-width: 820px;
	min-height: 510px }

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;	
}

#install {
	padding:0;
	width:500px;
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-200px 0 0 -250px;
	text-align: left;
}

h1 {
	padding:0;
	font-size: 11px;
	font-weight:bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

p {
	padding:0;
	font-size: 11px;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

a { text-decoration: underline;  color: #ffffff; }
a:link { text-decoration: underline;  color: #ffffff; }
a:visited { text-decoration: underline;  color: #ffffff; }
a:hover  { text-decoration: underline;  color: #ffffff; } 