/* CSS file */
html {
background-image: url("/imagenes/back.gif");
overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -220px;
	width: 100%;
	height: 440px;
	background-image: url("/imagenes/back-center.gif");
	text-align: center;
	overflow: hidden;
}

#flashcontent {
	position: absolute;
	width: 830px;
	height: 440px;
	left: 50%;
	margin-left: -415px;
}
