@charset "utf-8";

html, body{
	height:100%;
	padding:0;
	background-color:#FFFFFF;
	margin:0;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}

#flashcontent {
	padding:0;
	width:798px;
	min-height:548px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-274px 0 0 -399px;
	border: 1px solid #000000
}

img {border-style:none;}

* html #container { height:548px }