@import "../css/all.css";

#book {
	background: transparent url(../images/book_bkg.jpg) no-repeat;
	width: 769px;
	height: 384px;
	
}
#leftpage{
	width:384px;
	height: 384px;
	float: left;
	position: relative;

}
#leftpage p{
	font-size: 16px;
	line-height: 20px;
	color:#F63;
    padding: 125px 20px 0px 45px;

}
#rightpage{
	width:384px;
	height: 384px;
	float: right;
	position: relative;
	
	
}
#rightpage h3{
	padding-left: 50px;
	padding-top: 125px;
	padding-bottom: 0;
	margin: 0;
	
	
}

#rightpage p{
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5;
	margin: 0;
	
	
}
.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    }
    
.rightnav a {
	position: absolute;
	right: 50px;
	bottom: 25px;
	text-decoration:none;
	font-size: 16px;
	color:#F63;
}

.leftnav a {
	position: absolute;
	left: 50px;
	bottom: 25px;
	text-decoration:none;
	font-size: 16px;
	color:#F63;
}
.rightnav a:hover, .leftnav a:hover {text-decoration:underline;}

.center {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: blue;
}
