@charset "utf-8";
* {
	background-color: #C8CFC8;
}

#wrap {
	width: 450px;
	margin: auto;
	background-color: #C8CFC8;
}

#description {
	color: #000000;
	width: 425px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#description img {
	margin-left: 40px;
	padding-top: 10px;
}

#description h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	text-align: center;
}

#description p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
}
