If I use a DIV overlay, what is the best way to center my page. It's just one DIV box.
<styleblah
.div1
properties
</style>
sorry, bad post i know.
position:absolute; z-index:2; left:50%; top:0%;
margin-left:-175px; margin-top:150px; text-align:center;
CLOSE