body {	
	background: transparent url(images/fondo.jpg) no-repeat center center;
	background-attachment: fixed;
	background-color:#110d21;
	margin:0px;
}

.centrar {
position: absolute;
top: 50%;
left: 50%;
margin-top: -215px;
margin-left: -380px;
}