@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #ebe9e1;
	}
	
#wrapper {
	max-width:550px;
	height: auto;
	margin: 0 auto;
}

#content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
	
.title {
	font-size: 24px;
	text-align: center;
	line-height: 2.5;
	font-weight: bold;
	color: #313d49;
}

#content p {
	color: #202020;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

#content img {
	max-width: 100%;
	height: auto;
	margin: 20px auto 20px auto;
}