body {
	margin:0;
	padding:0;
	background:#000000;
	background-image:url(../img/fondo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#contenedor {
	width: 770px;
	height: 460px;
	
	position:	absolute;
	
/*	width:		183px;
	height:		226px;*/
	
	border:		0px;
	margin:		-230px 0px 0px -385px;
	top:		50%;
	left:		50%;

}

#splash {
	width: 364px;
	height: 249px;
	
	position:	absolute;
	
	border:		0px;
	margin:		-118px 0px 0px -182px;
	top:		50%;
	left:		50%;
}.texto_splash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #958E8A;
}
