
body {
	margin:0;
	padding:0;
	color: #f2eed8;
}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 100%;
     height: 100%;
     margin-left: -50%; /* half of the width */	 
     margin-top: -50%; /* half of the height */
     border:0px solid #fff;
     }
	 
#main {
     position:absolute;
     left: 0px; 
     top: 0px;
     width: 100%;
     height: 100%;
     margin-left: 0px; /* half of the width */	 
     margin-top: 0px; /* half of the height */
     border:0px solid #fff;
     }