@charset "UTF-8";
/* CSS Document */

body {

	background: #f0f0f0;
	text-align:center;
	margin:0;
	margin-right:20px;
	width:100%;
	height:100%;
	padding:0;
	border:0;
}

html {
	height: 100%;
	overflow: hidden;
	margin:0;
	padding:0;
	border:0;
}

#pageflipDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
