@charset "utf-8";
/* CSS Document */
img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 600px;
   height: 400px;
   margin-top: -200px; /* Half the height */
   margin-left: -300px; /* Half the width */
}

