body {	text-align: center;	min-width: 1000px;	background-color: #000;}#wrapper {  text-align: left;  width: 1000px;  margin-left: auto;  margin-right: auto;}#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 solid #000;     }      #disclaimer { 	font-family:Arial, Verdana, Tahoma; 	font-size:10px; 	font-color:#FFFFFF;  }