@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px;}

#container {width:100%;}
#container img{

   position: absolute;
   top: 50%;
   left: 50%;
   width: 447px;
   height: 66px;
   margin-top: -33px; /* Half the height */
   margin-left: -223px; /* Half the width */
   }