@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #C8B29B;
	text-align: center;
}
#container {
	position: relative;
	width: 779px;
	height: 500px;
	margin: 0 auto;
	text-align: left;
}
#text {
	position: absolute;
	width: 700px;
	height: 400px;
	left: 44px;
}
.underline {
	font-size: 16px;
	text-decoration: underline;
	font-style: italic;
}

