/*
	@homepage http://userstyles.org/styles/220
	@updateurl http://userstyles.org/styles/iecss/220/Center%20images.css
*/
@namespace url(http://www.w3.org/1999/xhtml);

HTML > BODY > IMG:only-child {
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
}
