BODY { 
	background: #ffffff;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	z-index:1;
}
#contenedor {
	width: 950px;
	height: 700px;
	margin:10px auto;
	position:relative;
}
#flashcontent {
	width: 950px;
	height: 700px;
	position: absolute;
	overflow: auto;
}
/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:-350px 0 0 -475px;
	left:50%;
	top:50%;
}
/* fin hack */
