﻿#box{

width:800px;
margin-left: -400px;  /*  -width/2  */ 

height:600px;
margin-top:-300px;    /*  -height/2  */

left:50%;
top:50%;

position:absolute;

}
