@charset "UTF-8";

img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1024px;
   height: 358px;
   margin-top: -177px; /* Half the height */
   margin-left: -512px; /* Half the width */
}

.texto {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
   position: absolute;
   top: 90%;
   left: 50%;
   width: 1024px;
   height: 80px;
   margin-top: -40px; /* Half the height */
   margin-left: -512px; /* Half the width */
}