<html> <body bgcolor="black" style="width:100%; text-align:center;"> <div style="width:300px; margin:0px auto; background-color:white;"> blah </div> </body> </html>
The parent must have "text-align:center;" The div must have "margin:0px auto;" and a fixed width (ex. width:300px;)