/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {

	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 13px;
	color: #000000;
}

.stage {

	background-image: url('StageBig1.png');
	width:796px;
	height:589px;
	top:100px;
	margin-left: auto;
    margin-right: auto

	
}
.Poem {
	position:relative;
	width: 300px;
	height: auto;

	top: 100px;

	z-index:100;
}
.content {
		width: 300px;
		height: auto;
		background-color:#ffffff;
		padding:15px;
}
.footer {
color:#ffffff;
}

.ahref {
	color:#ffffff;
}
.ahref :hover {
	color:yellow;
}

