body {
		background-color: #f1f1f1; 
		background-image: url(blackspot.gif); 
		background-attachment: fixed; 
		background-repeat: repeat-x; 
		background-position: 130px 130px; 
		height: 100%; 
		width: 100%;
		padding: 0;
		margin: 0;
		color: #000000;
}
		A:link {text-decoration: none; font-weight:bold; color: #000000;}
		A:visited {text-decoration: none; font-weight:bold; color: #000000;}
		A:active {text-decoration: none; font-weight:bold; color: #000000;}
		A:hover {text-decoration: underline; font-weight:bold; color: #CCCCCC;}
div.divbg {
		background-image: url(blackspot.gif); 
		background-attachment: fixed; 
		background-repeat: repeat-y; 
		background-position: 130px 130px; 
		height: 100%; 
		width: 100%; 
		border: 0;
		padding: 0;
}
div.content {
		position: absolute;
		top: 98px;
		left: 100px;
		border: 0;
		padding: 0;
		margin: 0;
}
div.stuff {
		position: absolute;
		top: 150px;
		left: 140px;
		border: 0;
		padding: 0;
		margin: 0;
}
p.head1 {
		position: relative;
		left: -39px;
		font-size: 34px;
		margin: 0;
		padding: 0;
}
ul.list {
	position: relative;
	width: 350px;
	left: 50%;
	margin: 0 0 0 -175px;
	text-align: left;
	font-size: 13px;
}