body{margin:0px;}

#flashDiv{
	width: 100%;
	min-width: 800px;
	width: expression(document.body.clientWidth < 800 ? "800px": "100%");
			
	height: 100%;
	min-height: 800px;
	height: expression(document.body.clientHeight < 800 ? "800px": "100%");
}
#NoFlashDiv{
	position: absolute; 
	width:100%; 
	height: 100%; 
	text-align:center; 
	background: #0D233A;
}
#imatge{
	position:relative; 
	top: 100px;
}
