body {
background-color: white;
width: 99%;
height: 100%;/* background:no-repeat fixed center url(PhaistosDiskLarge.jpg);*/
}
div {
}
.playButton,h1 {
font: 80px Courier New;
margin:0;
}
#scratch-holder {
background-color: white;
position: fixed;
text-align: center;
border: 1px solid #ccc;
right: 10px;
top: 10px;
bottom: 10px;
z-index: 10;
width: 150px;
}
#scratch img {
max-width: 100%;
}
#list-holder {
max-height: 600px;
position: absolute;
top: 100px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
ul li {
margin: 0;
}
ol {
width: 75%;
}
h1 span {
font-size: 20%;
}
#poem li {
font: 18px Courier New;
margin-left: 20px;
position: relative;
text-align: center;
width:75%;
}
#poem li img {
text-align: left;
max-width: 100%;
}
#nav{position:fixed;bottom:0;left:0;z-index:200;}
#nav a{
font: 14px Courier New;
margin-left: 20px;
position: relative;
color:red;
text-decoration:none;
}
#nav h2 a{
	font-size:80px;
}
.edit img{
	cursor:move;
}
.clone{
	display:none;
	position:absolute;
	right:0px;
	top:0px;
	}