div{position:absolute;top:50%;left:50%;width:400px;height:300px;margin-top:-150px;/* 1/2 of your element height*/margin-left:-200px;/* 1/2 of your element width */}
1div{2position:absolute;3top:50%;4left:50%;5width:400px;6height:300px;7margin-top:-150px;/* 1/2 of your element height*/8margin-left:-200px;/* 1/2 of your element width */9}