body, h2, p {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(back.jpg);
        
	color: #333;
	font-family: Helvetica, sans-serif;
}

#book {
	background: url("book.png") no-repeat;
	position: absolute;
	width: 830px;
	height: 380px;
	left: 50%;
	top: 45%;
	margin-left: -400px;
	margin-top: -125px;
}

#pages section {
	background: url("paper.png") no-repeat;
	display: block;
	width: 400px;
	height: 370px;
	position: absolute;
	left: 415px;
	top: 5px;
	overflow: hidden;
}
	#pages section>div {
		display: block;
		width: 400px;
		height: 370px;
		font-size: 12px;
	}
	#pages section p,
	#pages section h2 {
		padding: 3px 35px;
		line-height: 1.4em;
		text-align: justify;
	}
	#pages section h2{
		margin: 15px 0 10px;
	}

#pageflip-canvas {
	position: absolute;
	z-index: 100;
}

h1 {
background: url(button.png);
position: absolute;

width: 300px;
	height: 50px;
left: 50%;
	top: 15%;
	margin-top: -85px;
	margin-left: -130px;

text-align: center;
color: #6B9978;
}
