#body {
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#main #title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	margin-top: 20px;
}
#main #price {
	padding-top: 20px;
	padding-bottom: 10px;
}
#main .text {
	font-size: 11px;
	line-height: 150%;
	color: #999999;
	padding-left: 5px;
	margin-top: 30px;
}
#container #body #main .text dl {
	font-size: 13px;
	line-height: 1.8em;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #cccccc;
}
#container #body #main .text dl dt {
	margin-bottom: 10px;
}
