html {
	font-size: 16pt;
	font-size: 100%;
}

body {
	background: url(img/bkgd.gif) repeat-x top left #f3efe4;
	margin: 0;
	padding: 0;
}

a {
	color: #8f6a3c; 
	text-decoration: underline;
}

a:hover { 
	color: #3c8f5b;
	text-decoration: underline;
}

#coffee {
	width: 307px;
	height: 401px;
	top: 0;
	left: 45px;
	position: absolute;
	z-index: 1;
	background: url(img/coffee.gif) no-repeat top left;
}

#title {
	width: 336px;
	height: 41px;
	top: 77px;
	left: 184px;
	position: absolute;
	z-index: 2;
	background: url(img/chrismonster.gif) no-repeat top left;
}

#title h1 {
	display: none;
}

#content {
	width: 390px;
	top: 160px;
	left: 389px;
	position: absolute;
	z-index: 3;
	color: #8f6a3c;
	font: 75% Arial, Verdana, Helvetica, Tahoma, sans serif;
}

.divider {
	height: 1px;
	width: 170px;
	border-bottom: 1px dashed #8f6a3c;
	margin: 20px 0;
}

.indent {
	margin-left: 18px;
}