body {
	margin: 0;
	padding: 0;
	font-family: 'Aleo', serif;
}

h1 {
	font-size: 28px;
	padding-bottom: 60px;
}

.page {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

.cover {
	background-color: #91b8b7;
	height:800px;
	padding: 0;
}

.back-cover {
	text-align: center;
}

.poem {

}

.poem .title {

}

.poem .verse {

}

.divider {
	position: relative;
	overflow: hidden;
	height:68px;
	padding: 20px 0;
	background: url('../images/divider.png') 50% 50% no-repeat;
}

/* Customs */

.page article {
	width:600px;
	margin: 0 auto;
	text-align: left;
}

.page article.right {
	text-align: right;
}

.front-cover,
.second-cover {
	text-align: center;
}

.cx-figure {
	width:683px;
	height:695px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.cx-author,
.cx-title,
.cx-sub-title {
	position: absolute;
	width:683px;
	text-transform: uppercase;
}

.cx-author {
	margin-top: 234px;
	font-size: 18px;
}

.cx-sub-title {
	margin-top: 337px;
	font-size: 20px;
}

.cx-title {
	margin-top: 425px;
	font-size: 28px;
}

.second-cover .cx-author {
	font-size: 18px;
	margin-top: 280px;
}

.second-cover .cx-sub-title {
	font-size: 18px;
	margin-top: 337px;
}

.second-cover .cx-title {
	font-size: 20px;
	margin-top: 392px;
}

.cx-table-of-contents {
	text-align:center;
}

.cx-table-of-contents ul {
	list-style-type: none;
	padding: 0;
}

.cx-table-of-contents a {
	font-size: 18px;
	text-decoration: none;
	color: black;
}

.cx-table-of-contents a:hover {
	text-decoration: underline;
}

.cx-for-mum {
	font-size: 24px;
	margin-left: 130px;
	position: absolute;
	top: 700px;
	left: 50%;
}

.cx-leaves {
	background-image: url('../images/leaves.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.cx-leaves2 {
	background-image: url('../images/leaves2.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.cx-flower {
	background-image: url('../images/flower.jpg');
	background-position: left;
	background-repeat: no-repeat;
}

.cx-flower2 {
	background-image: url('../images/flower2.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.cx-flower3 {
	background-image: url('../images/flower3.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.cx-flower4 {
	background-image: url('../images/flower4.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.cx-copyrights {
	position: absolute;
	bottom: 30px;
	text-align: center;
	left:50%;
	width:200px;
	margin-left: -100px;
}

.go-back {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10;

}
.go-back a {
	color: black;
	text-decoration: none;
}

.go-back a:hover {
	text-decoration: underline;
}
