body {
	background-image: url(../media/spiral.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.hrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	width: 500px;
	padding-top: 100px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC99;
	line-height: 18px;
}
