Is the property text-align: center; a good way to center an image using CSS?
text-align: center;
img { text-align: center; }
Simply change parent align :)
Try this one on parent properties:
text-align:center