<style type="text/css">
body {text-align: center;} /* this is actually to make IE 5.5 happy as most browsers understand auto for margin left and right */
div#container {width: 776px; margin-right: auto; margin-left: auto;text-align: left;} /* we want the text aligned left, not centered so we first center it on BODY and then left on the main container */
</style>