@charset "UTF-8";
/* CSS Document */

body {
  text-align: center;
  min-width: 750px;
  min-height: 583px;
}
#wrapper {
  text-align: left;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width:  750px;
     height: 583px;
     margin-top: -341px; /* half of the height */
     margin-left: -325px; /* half of the width */
     border: 0px solid #000;
     }

