/* Pack con flash al 100% pero con tamaño minimo scroll */
	html {
		height: 100%;
		
		margin: 0;
		padding: 0;
		background-image:url(imagenes/fondo.jpg);		
	}
	
	#flashcontent {
		width:760px;
		
		height:100%;
		overflow: hidden;
				
		height:expression(documentElement.clientHeight < 640? "640px": "auto" );
		min-height:640px;
		
		margin: 0 auto;
		padding: 0;
		
		}

	body {
		height: 100%;
		
		text-align: center;
		
		margin: 0;
		padding: 0;
	}
	
	#flashcontent #data{
	text-align:left;
	position:absolute;
	left:0;
	top:0;
	overflow:visible;
	}
