.scr {
	background-image: url(images/main_verse.jpg);
	background-size: cover;
	width: 1024px;
	height: 768
}

.back {
	width: 120px;
	height: 120px;
	top: 671px;
	left: 915px;
	position: absolute;
	background-image: url(images/back.png);
	background-size: cover;
}

.back:hover {
	background-image: url(images/back_hover.png);
	cursor: pointer;
}

.prev {
	width: 97px;
	height: 80px;
	top: 691px;
	left: 415px;
	position: absolute;
	background-image: url(images/prev.png);
	background-size: cover;
}

.prev:hover {
	cursor: pointer;
}	

.next {
	width: 97px;
	height: 80px;
	top: 691px;
	left: 515px;
	position: absolute;
	background-image: url(images/next.png);
	background-size: cover;
}

.next:hover {
	cursor: pointer;
}	

.verse_head {
	font-weight: bold;
	margin-bottom: -1em
}	
