I recently had an issue with my emails not centering in hotmail but centering everywhere else (gmail, yahoo, aol etc.). Even though I was defining w/in the main table align="center", it wouldn't work in hotmail. After a bit of google searching I found this fix:
<style type="text/css">
body { width: 100% !important; }
</style>
So far so good! I place this code now in all of my newsletters, directly under the <body> tag, and have yet to find any instances where it does not work.