/* CSS Document */

/* IE and Safari render these section differently so this one is for IE */
#book1 {
	margin-top:137px;
	text-align: center;
}
#book1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#book2 {
	margin-top:90PX;
	text-align: center;
}
#book2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#book3 {
	margin-top:735PX;
	text-align: center;
}
#book3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#book4 {
	margin-top:165PX;
	text-align: center;
}
#book4 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#book5 {
	margin-top:305PX;
	text-align: center;
}
#book5 img {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* IE and Safari render these section differently so this one is for SAFARI */


html>body #book1 {
  margin-top:130PX;
  text-align:center;
}
html>body #book2 {
  margin-top:45PX;
  text-align:center;
}
html>body #book3 {
  margin-top:578PX;
  text-align:center;
}
html>body #book4 {
  margin-top:117PX;
  text-align:center;
}
html>body #book5 {
  margin-top:210PX;
  text-align:center;
}
