How do I center an image in CSS?

I tried adding: align:center but that did not work
it's an image wrapped by a div.

Code:
<div style="align:center">
<img src=".."/>
</div>