body {
	margin: auto;
	text-align: center;
	background-color: #000;
}
div#container {
	/*width: 955px;*/
	margin: 0px auto;
}
div#subcontainer {
	background: url(/graphics/ComingSoon.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center top;
	/* background: url('graphics/Words.jpg');
	width: 955px;*/
}
div#header {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
div#header a {
	padding: 1em;
}
div#header a img, div#header a:visited img {
	border: 1px solid #000;
}
div#header a:hover img {
	border: 1px solid #fff;
}
div#mother {
	text-align: center;
	padding: 18px;
	margin-bottom: 8px
}
div#topnav {
	width: 100%;
	white-space: nowrap;
	text-align: center;
	height: 52px;
}
a#header_vision img {
	background: url('/graphics/vision_off.gif');
	margin: 0px 35px;
}

a#header_image img {
	background: url('/graphics/images_off.gif');
	margin: 0px 35px;
}
a#header_words img {
	background: url('/graphics/words_off.gif');
	margin: 0px 35px;
}
a#header_identity img {
	background: url('/graphics/identity_off.gif');
	margin: 0px 35px;
}
div#content {
	margin: auto;
	margin-top: -40px;
	text-align: center;
}
div#poem {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background-color:#fff;
	font: 1.5em "Book Antiqua", "Times New Roman", serif;
	font-weight: bold;
	padding: 1.5em 3em 1.5em 1.5em;
	border: 2em solid #000;
	margin: 2em 4em;
	width: 80%;
}
div#content>div#poem {
	width: auto;
}
div.poem_body {
	white-space: nowrap;
	margin: 0px 10%;
}
span.poem_stanza {
	padding-bottom: .75em;
	display: block;
	text-align: left;
}
div.poem_title {
	font-size: 2em;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: .75em;
	text-align: center;
}
a#nextlink {
	position:absolute;
	top: 220px;
	right: 30px;
}
a#prevlink {
	position:absolute;
	top: 220px;
	left: 30px;
}