横向居中:
body{text-align:center;}
.mydiv{
margin:0 auto;
width:200px;
}
.pop_box{
width:440px;
height:300px;
border:1px solid #8d2424;
background-color:#c3c3c3;
position:fixed;
top:50%;
left:50%;
margin:-150px auto auto -220px;
_position:absolute; /* for IE6 */ _top: expression(documentElement.scrollTop +(documentElement.clientHeight)/2);
z-index:1000; }
.pop_box{
width:440px;
height:300px;
margin:0 auto 0 auto;
}