.bookContainer{
	margin:auto;
}

.runner {
        font-variant: small-caps;
        font-size: 87%;
	color: #900;
}
.tofc{
	top: 1%;
        text-align: center;
	width:75px;
	cursor: pointer;
}
.bookTitle {
        position: absolute;
        top: 1%;
        text-align: center;
	width:95%;
	cursor: pointer;
	margin-left:75px;
	text-shadow:
		0 -2px 3px #FFF,
		0 -4px 3px #FFF,
		0 -6px 6px #FFF,
		0 -8px 9px #FFF;
}
.toc{
	background-color:#eeeeee;
	text-shadow:
		0 -2px 3px #FFF,
		0 -4px 3px #FFF,
		0 -6px 6px #FFF,
		0 -8px 9px #FFF;
	transform:rotate(-45deg) scale(1.25) translate(-16%,-26%);

}
html{
	height:100%;
}

.book{
	height:100%;
	margin-left:10%;
}

body{
	height:100%;
	background-color:gray;
}


#reader { 
	width: 660px;
	min-height: 80%;
	height: 950px; 
	border: 1px solid; 
	background-color: #CCC;
}