@charset "ISO-8859-1";
body img {
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	max-width: 95%;
}

@media (max-width:480px){
body img {
	margin: 0px auto;
}
}
