#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 1000px;
     height: 700px;
     margin-top: -350px; /* half of the height */
     margin-left: -500px; /* half of the width */
     border: 0px ;
     }
     
