/* CSS Document */
#centerdiv{ /*Proper way to center a relative div*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 350px;
	background-color: #FFFFFF;
	padding: 10px;
}
#centerdiv img{ /*Proper way to center a relative div*/
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align:middle;
}
.div1 {
	background-color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 110px;
	width: 480px;
}
.div2 {
	background-color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 110px;
	width: 480px;
}
#div3 {
	background-color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 110px;
	width: 480px;
}
#div4 {
	background-color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 110px;
	width: 480px;
}
#div5 {
	background-color: #FFFFFF;
	position: absolute;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 110px;
	width: 480px;
}

#Book {
	position: relative;
	height: 263px;
	width: 350px;
}
