body {
	background-color: #ffc23e;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 0;
	margin: 0;
}
#content {
	margin: 0 auto;
	width: 600px;
	height: 850px;
	padding-top: 50px;
	background-image: url(sketch.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#text {
	width: 255px;
	float: left;
	padding: 25px 15px 0 50px;
}
#purchase {
	float: left;
	width: 225px;
	padding-top: 25px;
}
#purchase p {
	text-indent: -10px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-left: 20px;
}
#purchase textarea {
}
#footer {
	clear: both;
}
#amazon {
	margin-bottom: 30px;
}
h1 {
	background-image: url(title.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 225px;
	text-indent: -9000px;
	width: 600px;
	padding: 0;
	margin: 0;
}
em {
	white-space: nowrap;
}
p {
	font-family: georgia, serif;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	padding: 10px 0 10px 0;
}
ul {
	padding: 0 0 0 25px;
	margin: 0;
}
li {
	list-style-type: square;
}
li a {
	color: #950c1e;
	font-family: verdana, sans-serif;
	font-size: 13px;
}
img {
	border: 0;
}
input {
	margin: 0 0 0 10px;
	padding: 0;
}
input.buy {
	display: block;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: 0 0;
	border: 0;
	cursor: pointer;
	width: 150px;
	height: 40px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}