body {
	background-color: #26130C;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
}
#title {
	height: 115px;
	width: 572px;
	background-image: url(images/title.png);
	left: 115px;
	position: relative;
	top: 20px;
	overflow: visible;
	visibility: visible;
	z-index: auto;
}
#text {
	background-color: transparent;
	position: relative;
	height: auto;
	width: 600px;
	left: 200px;
	top: 100px;
	overflow: visible;
	visibility: visible;
	padding: 10px;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	color: #d8cdc7;
	text-align: left;
	bottom: 10px;
}
a:link {
	text-decoration: none;
	color: #725D56;
}
a:visited {
	text-decoration: line-through;
	color: #725D56;
}
a:hover {
	color: #725D56;
	text-decoration: line-through;
}
a:active {
	color: #725D56;
	text-decoration: none;
}
ul {
	font-family: Courier, mono;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

