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

}