body {
	background-color: #660066;
	font-family: Arial, Sans;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url("images/purple.png");
	background-repeat: repeat;
}
#main {
	width: 706px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	background-position: top;
	background-repeat: repeat-y;
	background-image: url("images/mainback.png");
}
#header, #copy, #poetry, #stayintouch, #footer {
	display: block;
	background-position: top;
	background-repeat: no-repeat;
}
#header {
	width: 706px;
	height: 152px;
	background-image: url("images/header.png");
}
#poetry {
	width: 135px;
	height: 285px;
	margin-left: 521px;
	background-image: url("images/poetry.png");
	text-align: right;
	padding: 55px 40px 5px 10px
}
#stayintouch {
	width: 135px;
	height: 251px;
	margin-left: 521px;
	background-image: url("images/stayintouch.png");
	text-align: right;
	padding: 57px 40px 5px 10px
}
#copy {
	width: 461px;
	min-height: 670px;
	height: expression(document.body.clientHeight < 670? "670px": "auto" );
	padding: 10px 10px 10px 50px;
	margin-right: 185px;
	margin-top: -658px;
	background-image: url("images/copy.png");
}
#footer {
	width: 661px;
	height: 93px;
	background-image: url("images/footer.png");
	text-align: right;
	padding: 68px 45px 0px 0px
}
#poetry, #stayintouch, #footer {
	color: #FFFFFF;
	font-weight: bold;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
#poetry a, #stayintouch a, #footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;
}
.small { font-size: 10px; }
a:hover, #poetry a:hover, #stayintouch a:hover, #footer a:hover { text-decoration: underline; }
#title, #poem, .notice { text-align: center; vertical-align: top;}
#title { color: #000099; }
#collection { text-align: left; vertical-align: top; }
#notes { text-align: left; vertical-align: bottom; }
table .poemtable { height: 670px; }