html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	background: ##D9EDF6;
	
}

#objFlash {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index:1;

	height: expression((document.body.clientHeight < 580) ? "580px" : "100%");
	width: expression((document.body.clientWidth < 970) ? "970px" : "100%");
	display: block;
	min-width: 970px;
	min-height: 580px;
}



#lapp-knapp{
	position:absolute;
	z-index:500;
}
