body {
	text-align: center;
	background-color: #006633;
}

div#content {
	width: 502px;
	margin: 10px auto;
	text-align: left;
	position: relative;
}

div#text {
	position: absolute;
	top: 320px;
	left: 100px;
	color: #fff;
	font: bold 20px/125% 'comic sans ms', arial, helvetica, sans-serif;
	background: url(images/wk4hsbrown.gif);
	padding: 0 1px;
}

div#copyright {
	text-align: right;
	color: #fff;
	font: 90% 'comic sans ms', arial, helvetica, sans-serif;
	position: relative;
	top: -3px;
}

#text:first-letter {
	font-size: 1em;
	vertical-align: middle;
	line-height: 90%
}

.dropcap {
	float: left;
	width: .9em;
	font-size: 2em;
	line-height: 90%
}
	



