body {
	background-repeat: repeat-x;
	background-color: #161718;
}

#contenido {
	position:relative;
	margin: 0px auto;
	width: 960px;
	display: block;

	}

#cargando {
	position:relative;
	margin: 0px auto;
	width: 960px;
	background-image: url(fondo1.jpg);
	background-repeat: no-repeat;
	height: 550px;
	display: none;

	}
#cargando img {
	top: 350px;
	position: absolute;
	left: 350px;
}
