BODY { 
	background: #e7d148 url("../images/bg_body.jpg") repeat;
	/*background-position: 100% 100%;*/
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	z-index:1;
}
#contenedor {
	width:900px;
	margin:10px auto;
	position:relative;
}
#flashcontent {
	width: 900px;
	height: 750px;
	position: absolute;
	overflow: none;
}
/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:0 0 0 -450px;
	left:50%;
}
/* fin hack */