html {
	overflow:auto;
}
html, body {
    background-color:#ffffff;
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
	font-family:Verdana;
	color:#555555;
}
#flashcontent {
	width:100%;
	height:100%;
	min-width:900px;
	min-height:550px;
	overflow:hidden;
}
#Layer1 {
	position:absolute;
	left:50%;
	top:10px;
	width:462px;
	height:284px;
	margin-left:-231px;
	text-align:center;
}
.Style1 {font-size:12px;}
.Style2 {font-size:14px;}
.Style3 {font-size:18px; font-weight:bolder; letter-spacing:2px;}
a:link {color:#555555;}
a:visited {color:#555555;}
a:hover {color:#555555;}
a:active {color:#555555;}