body {
	background-color: #F8DD7D;
	background-image: url("../images/top_rodas.jpg");
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}
#contenedor {
	width:950px;
	/*height: 100%;*/
	margin:10px auto;
	position:relative;
}
#flashcontent {
	width: 950px;
	height: 734px;
	position: absolute;
	overflow:inherit;
}
/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:0 0 0 -475px;
	left:50%;
}
/* fin hack */