
html {
	height: 100%;
	overflow: hidden;
}
body {
	padding:0; margin:0;
	background-color: #fefefe;
	height:100%;
}

#swfcontent {
	position: absolute;
	top:0; left:0;
	width: 100%;
	height: 100%;
	padding:0; margin:0;
	min-width: 990px;
	min-height: 600px;
}

h1 {
	position: absolute; display:none; left: -100em; width: 100em
}