@charset "UTF-8";
/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#000000;
 background:url(imagenes/fondo_crimson.jpg)  top center no-repeat; 
 }
 
 
#contenedor {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}

#flash {
	position:absolute;
	margin-left:-450px;
	margin-top:-300px;
	top:50%;
	left:50%;
	width:900px;
	height:600px;
	z-index:3;
}

