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