body {
	background-color: E0DFD5;
	background-attachment: scroll;
	background-image: url(images/sunflower.gif);
	background-repeat: no-repeat;
	background-position: 450px 175px;
}
#intro {
	font-family: Herculanum;
	font-size: 18px;
	color: 660000;
	position: absolute;
	height: 480px;
	width: 640px;
	left: 150px;
	top: 75px;
	list-style-position: inside;
	list-style-type: none;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #666666;
	letter-spacing: .5em;
}
a:active {
	text-decoration: line-through;
	color: 666666;
	letter-spacing: .5em;
}
h1 {
	font-size: 55px;
	text-align: center;
}
#img {
	background-attachment: fixed;
	background-image: url(images/sunflower.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 380px;
	width: 321px;
	right: 3px;
	bottom: 3px;
	visibility: visible;
}
#menu {
	margin: 5px;
	padding: 3px;
	height: 250px;
	width: 640px;
	left: 3px;
	top: 100px;
	line-height: 2em;
}
#mission {
	color: E0DFD5;
	visibility: hidden;
	height: 100px;
	width: 100px;
	right: 0px;
	bottom: 0px;
}

