/* 2005 http://www.dellwebsites.com */

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 600px;
     margin-top: -300px; /* half of the height */
     margin-left: -400px; /* half of the width */
     border: 0px solid #000;
     z-index: 0;
     }
#ontop {
     position:absolute;
     left: 190; 
     top: 275;
     border: 0px solid #000;
     z-index: 10;
     }
	
