body {
	font-family: Georgia, 'New York CE', utopia, serif;  
	text-align: center;	
	background: url(uncatchable/bg_top_right.png) top right no-repeat white;
}
body:hover {
	background: url(uncatchable/bg_top_right_hover.png) top right no-repeat white;
}

#poem {
	color: black;
}

/* nadpis */

#poem h1 {
	display: none;
}

#poem h2 {
	position: absolute;
  height: 36px;	width: 38px;
  font-family: verdana, sans-serif;  
  overflow: hidden;
	bottom: 5em;
	left: 1em;
	
} 
#poem h2 span {
  display: block;
  background: url(uncatchable/uncatchable.gif) white;
  width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; z-index:1;
}  
#poem h2 span:hover {
  background: url(uncatchable/uncatchable_hover.gif) white;
}  

#poem h3 {
	margin: .8em 0;
	text-transform: lowercase;
	position: relative;
	right: 15%;
	color: #e6e6e6;
	font-size: 5em;
	font-weight: normal;
	z-index: 3;
}






/*** drobne dekoracie ***/

#poem h3 #in1 {
	color: black;
	position: relative;
	top: 5px;
	padding-left: .3em;
}
#poem h3 #in2 {

	color: #c3c3c3;
	padding-left: .3em;
}

#poem h3:hover #in3:after{
	content: "h";
}

#poem h3:hover #in4{
	display: none;
}

#poem .in5{
	padding-left: 2em;
}

#poem #in6{ color: #565656; }
#poem #in7{ color: #7e7e7e; }
#poem #in8{ color: #aeaeae; }
#poem #in9{ color: #d4d4d4; }









/*** text ***/

#poem p {
	margin: 0 auto;
	font-size: 1.3em;
	text-align: left;
	width: 50%;
	font-family: serif;
	position: relative;
	z-index: 3;
}


/*** podpis ***/

#poem .podpis {
	position: absolute;
	bottom: 2em;
	right: 2em;
	z-index: 2;
  }
#poem .podpis-meno {}
#poem .podpis-datum {color: gray;}


#bg_bottom_left {
	position: absolute;
	width: 450px;
	height: 202px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#bg_bottom_left:hover {	background: url(uncatchable/bg_bottom_left.png) bottom right no-repeat white; }

#bg_top_left {
	position: absolute;
	width: 215px;
	height: 223px;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(uncatchable/bg_top_left.png) left top no-repeat white;
}

#bg_top_left:hover { background: url(uncatchable/bg_top_left_hover.png) left top no-repeat white; }

#bg_bottom_right {
	position: absolute;
	width: 115px;
	height: 67px;
	right: 0;
	bottom: 4.8em;
	z-index: 1;
	background: url(uncatchable/bg_bottom_right.png) left top no-repeat white;
}

#bg_bottom_right:hover { background: url(uncatchable/bg_bottom_right_hover.png) left top no-repeat white; }