
.center
{ 
     position: absolute;
      left: 50%;
      top: 50%;
      width: 576px;
      height: 432px;
      margin-left: -288px; /* half of width */
      margin-top: -216px;  /* half of height */
 }


