#main
{
	background-image:url('../images/about/about_bg.jpg');
}

#filler
{
	background-image:url('../images/about/about_bg_filler.jpg');
}

#book_holder
{
	position:absolute;
	left:180px;
	top:60px;
	width:604px;
	height:404px;
}

#book_cover
{
	position:absolute;
	left:0px;
	top:1px;
	width:604px;
	height:404px;
	background-image:url('../images/about/book_cover.png');
}

#book_sheets_left
{
	position:absolute;
	left:13px;
	top:0px;
	width:291px;
	height:385px;
	background-image:url('../images/about/book_sheets_left.png');
}

#book_sheets_right
{
	position:absolute;
	left:302px;
	top:0px;
	width:291px;
	height:386px;
	background-image:url('../images/about/book_sheets_right.png');
}

#book_button_back, #book_button_next
{
	position:absolute;
	width:94px;
	height:94px;
	cursor:pointer;
}

.book_content
{
	position:absolute;
	font-size:20px;
	overflow:hidden;
}

#book_button_back
{
	left:-72px;
	bottom:15px;
	background-image:url('../images/about/book_back_button.png');
	cursor:pointer;
}

#book_button_next
{
	right:-80px;
	bottom:15px;
	background-image:url('../images/about/book_next_button.png');
	cursor:pointer;
}

#water_overlay
{
	position:absolute;
	left:0%;
	bottom:0px;
	width:100%;
	height:177px;
	background-image:url('../images/about/water_overlay.png');
	background-position: center bottom;
}


