body {
	background:#900 fixed bottom center;
	font-family: "Helvetica Neue", "Helvetica Neu", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	border:0;
	height:100%;
}
.email {
	position:absolute;
	right:7.5%;
}
ul.poem, #footer {
	margin-left:5%;
	margin-bottom:5%;
}
ul.poem li {
	color:#fff;
	font-size:130%;
	list-style:none;
}
a {
	text-decoration:none;
	color:#fff;
	background-color:#900;
}
a:hover, a:active {
	background-color:#ddd;
	color:#900;
}
a::selection {
	background-color: transparent;
	color: #000;
}
a::-moz-selection {
	background-color: transparent;
	color: #000;
}
ul.swatches {
	top:0;
	left:0;
	width:20px;
	padding:0;
	position:fixed;
	margin:0;padding:0;
}
ul.swatches li {
	float:left;
	width:20px;
	height:40px;
	list-style:none;
	margin:0;
}
.refresh {
	position:absolute;
	bottom:24%;
	right:15%;
	font-size:100%;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.05em;
	background:#000;
	padding-right:5px;
}
.refresh:before {
	content:'Instructions //// ';
	color:#ddd;
	font-weight:bold;
	font-size:60%;
	padding-left:20px;
}
.refresh b {
	font-weight:normal;
	font-size:80%;
}
.refresh::selection {
	background-color: #000;
	color: #900;
}
.refresh::-moz-selection {
	background-color: #000;
	color: #900;
}
b::selection {
	background-color: #000;
	color: #900;
}
b::-moz-selection {
	background-color: #000;
	color: #900;
}
h1 {
	font-weight:bold;
	color:#ddd;
	background-color:#000;
	letter-spacing:-0.05em;
	padding-left:5%;
	margin:0;
	line-height:1.8;
	position:relative;
}
h1::selection {
	background-color: transparent;
	color: #fff;
}
h1::-moz-selection {
	background-color: transparent;
	color: #fff;
}
h2 {
	position:relative;
	font-weight:bold;
	color:#900;
	background-color:#999;
	letter-spacing:-0.05em;
	padding-left:5%;
	margin:0 0 1em 0;
	line-height:1.8;
}
h2::selection {
	background-color: transparent;
	color: #fff;
}
h2::-moz-selection {
	background-color: transparent;
	color: #fff;
}

