i didn't see anybody answering the original question (missed it?), but the reason Stanza won't center your images (or any text other that headlines) is that stanza own css supercedes the css in your epub.
you have to add the !important tag to your css to get stanza to pay attention:
Code:
div {text-align: center !important;}
otherwise stanza will just ignore most of your css.