@charset "UTF-8";
/* CSS Document */
body{
	
	background:#fff;
	text-align:center;
	}
	
	
img{
	width:100%;
	height:auto;
	max-width:700px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:0%;
	}

