@charset "UTF-8";
/* CSS Document */
img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 975px;
   height: 550px;
   margin-left: -488px; /* Half the width */	
   margin-top: -275px; /* Half the height */

}