body { margin: 0;padding: 0; text-align: center; background-color: #ffffff}
#box { position: absolute;
	width: 1040px;
    margin-left: -520px;
   	left: 50%;
	height: 600px;
   	margin-top: -300px;
   	top: 50%;
   }
