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

body {
	background-color: #444;
	color: #333;
	font-family: Helvetica, sans-serif;
}

#book {
	background: url("book.png") no-repeat;
	position: relative;
	width: 600px;
	height: 398px;
	left: 0%;
	top: 0%;
	margin-left: 50px;
	margin-top: 50px;
}

#pages section {
	background: url("paper.png") no-repeat;
	display: block;
	width: 270px;
	height: 380px;
	position: absolute;
	left: 300px;
	top: 8px;
	overflow: hidden;
}
	#pages section>div {
		display: block;
		width: 280px;
		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;
}
