@charset "UTF-8";


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


html,
body
{
	width:100%;
	height:100%;
	overflow:hidden;

	font-size:10px;
	margin:50px;

	background:#eee;
	background:#EAF8FE;

	font-family:arial, verdana, "sans-serif";
}


#bookstand
{
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:650px;
	margin:-325px 0 0 -450px;
}

	#pageflip 
	{
		float:left;
		height:	100%;
		width: 100%;
	}