body {
	font-family: Georgia, 'New York CE', utopia, serif;  
	text-align: center;	
	background: url(chainsaw/eyes.gif) center 150px no-repeat black;
}
body:hover {
	background: url(chainsaw/eyes2.gif) center 150px  no-repeat black;
}

#poem {
	color: black;
}

/* nadpis */

#poem h1 {
	display: none;
}

#poem h2 {
	display: none;
	
} 

#poem h3 {
	margin: .5em 0;
	text-transform: lowercase;
	position: absolute;
	left: -15px;
	color: #252525;
	font-size: 5em;
	font-weight: normal;
	z-index: 3;
}






/*** drobne dekoracie ***/






/*** text ***/

#poem p {
	margin: 0 auto;
	font-size: .7em;
	text-align: left;
	width: 300px;
	position: relative;
	top: 610px;
	left: -40px;
	z-index: 3;
	word-spacing:10px;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;  
}
#poem p .bodka {color: #252525;}


/*** podpis ***/

#poem .podpis {
	position: absolute;
	bottom: 2em;
	right: 2em;
	z-index: 2;
  }
#poem .podpis-meno {color:#252525}
#poem .podpis-meno a:link {color:#252525; text-decoration:none;}
#poem .podpis-meno a:hover {color:#252525; text-decoration:none;}
#poem .podpis-meno a:active {color:#252525; text-decoration:none;}
#poem .podpis-meno a:visited {color:#252525; text-decoration:none;}
#poem .podpis-datum {color: #252525;}


