@charset "utf-8";
html {
	background-color:#FFF;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
/* This "hack" centers the image in the middle of the page on IE (another fuckup of Microsoft) */
	text-align:center;
}
