body {
	background: #fff;
	color: #000;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1;
}
div, p {
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	width: 500px;
	margin: 40px auto;
}
#details {
	position: absolute;
	width: 300px;
	top: 110px;
	left: 50px;
}
.interstitial {
	margin: 16px 0 12px 20px;
}
#and {
	position: relative;
	top: 3px;
}
#date {
	position: absolute;
	width: 40px;
	overflow: hidden;
	top: 64px;
	right: 89px;
	font-family: "Courier New", Courier, monospace;
	font-size: 8px;
	text-align: center;
	font-weight: bold;
}
#cost {
	position: absolute;
	width: 45px;
	top: 48px;
	right: 63px;
	text-align: right;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 7px;
}
#suggestion {
	display: block;
	border-bottom: 1px dotted #444;
	width: 270px;
}