* {
	border: 0; 
	padding: 0; 
	margin: 0;
}

body {
	background-color: black;
	padding:  150px 0px;
}

p {
	font-family: helvetica, arial, sans-serif; 
	font-size: .75em; 
	font-weight: normal; 
	color: black; 
	text-align: center; 
	margin: 0; 
	border-width:0; 
	padding: 0
}
.content {
	text-indent: 4em 8em; 
	text-align: left;
	margin: 2em;
}

div {}
.bookcontainer {
	position: relative;
	width: 447px;
	height: 300px;
	background-color: grey;
	margin: auto;
	vertical-align: middle;
}
.booktop {
	position: absolute;
	left: 0px;
	top: 0;
}
.bookleft {
	position: absolute; 
	left: 0px; 
	top: 10px;
}
.bookright {
	position: absolute;
	left: 438px;
	top: 10px;
}
.bookbottom {
	position: absolute; 
	left: 0px;
	top: 290px;
}
.pageleft { 
	width: 212px;
	height: 280px; 
	background-color: white;
	top: 10px;
	position: absolute;
	left: 13px;
}
.pageright {
	height:  280px; 
	width: 212px; 
	background-color: white;
	position: absolute;
	top: 10px;
	left: 226px;
}
.vcentered{
	margin: 50% 0em;
	padding: 10px 0px;
}

a {
	color: rgb(102,102,102); 
	text-decoration: none; 
	background-color: white
}