html, body {
	margin: 0px 0px 0px 0px;
	height:100%;
	overflow: hidden;
}
div.fillAll{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.noflashCenter{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	margin-left: -144px; 
	margin-top: -146px;
}
div.beginNotice{
	position: absolute;
	left: 0px;
	top: 0px;
}
