#page #topbar {
	position:absolute; width:960px; height:100px; top:0px; left:0px;
	background-color: rgba(102,153,153,0.4);
	font-family:"Archivo Narrow"; box-shadow:0px 1px 3px #666;
}

/* Chapter titles */
#page #topbar h2 {font-weight: normal; font-size:28px; margin-top:56px; text-indent:20px; text-shadow:0px 1px 2px #699;}

#page #topbar #btnHome {
	position:absolute; top:10px; right:20px; cursor:pointer; font-size:18px; line-height:20px; height:20px; text-indent:25px;
	background-image:url(img/home.png); background-repeat:no-repeat; background-position:left center; background-size:20px 20px;
}	








#page #content {
	position:absolute; width:920px; height:456px; left:0px; bottom:0px;
	overflow:scroll; overflow-x:hidden; overflow-y:scroll; -webkit-overflow-scrolling:touch;
	font-family:"Quando";	
	border-bottom:20px solid rgba(102,153,153,0.4);
	
	padding:20px; color:#000; line-height:24px;
}

#page #content #frame {
	width:960px; height:496px; position:absolute; top:0px; left:0px;
	border:none;
}






