The best and cleanest way to center a div is to use the margin: 0 auto attributes in styles. Make sure however that you set a width of the div to something specific otherwise it's not going to work.
Note: it seems that this unfortunately doesn't work in IE7. Alternatively you may use the <center> tag.
See an example of the style attribute below: (click in the box to highlight the code for copy)