html {
	height:100%;
	overflow:show;
}

body {
	background-color:#F9FAFA;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#centrado { 
	position: absolute;
	top:0;
	left:0;
	/*left: 50%; 
	top: 50%; */
	/*width: 1000px; 
	height: 599px;
	margin-left: -500px;  
	margin-top: -299px; */
	overflow: hidden; 
	width: 100%;
	height: 100%;
} 

#flashcontent {
	width: 100%;
	height: 100%;
}