I'm trying to align this image in the center of the page. I've tried " (in the body)" "text-align:center; and display:inline-block; (in the css)" but they don't work.
Here's the JSFiddle: http://jsfiddle.net/4TtHR/1/
Here's the CSS:
figure {
display: inline-block;
position: relative;
float: left;
overflow: hidden;
margin: 0 20px 20px 0;
}