﻿body{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

object:focus {
	outline: none;
}

#wtgSWFWrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	height: 1800px;
	text-align: center;
}

#wtgSWF{
	margin-top: 10px;
	z-index: 1;
}

#bookWrapper{
	position: absolute;
	top: 280px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

#bookPreview
{
    position: relative;
    width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	
}

.hidden{
	display:none;	
}

