I want a image to be centered aligned. Image size is fixed in pixels.
So what I want is like this-
.>
You don't need align="center" and float:left. Remove both of these. margin: 0 auto is sufficient.
align="center"
float:left
margin: 0 auto