html, body { 
	height:100%; 
	width: 100%;
	margin:0; 
	padding:0;
}

#website, #flash {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#website {
	min-width: 960px;
	min-height: 750px; 
	width: expression(document.body.clientWidth < 960 ? "960px" : "100%"); 
	height: expression(document.body.clientHeight < 750 ? "750px" : "100%");
}

#noflash {
	position: relative; 
	width: 500px; 
	text-align: center; 
	font-family: Arial, sans; 
	color: #666666;
	font-size: 13px; 
	font-weight: bold;
	margin: 0 auto 0 auto;
	/* Timo, fiksaa tämä, niin että toimii kaikilla! */
	top: 50%; 
	margin-top: -300px;    	
}

