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

div#wrapper{
	width: 950px;
	/*margin: 0 auto;*/
}

div#wrapper header{
	height: 45px;
	background:url(../../images/bookview-n-header.gif) no-repeat 0 0 #d61518;text-indent:-9999em;
	display: none;
}

section{
	overflow: hidden;
	position: relative;
}

section h1{
	display: none;
}

section span#closeBtn{
	position: absolute;
	right: 6px;
	top: 0;
}

section p{
	float: right;
	display: inline;
	width: 475px;
}

/*div#wrapper p.page01{height:680px;background:url(../images/page01.jpg) no-repeat 0 0;}
div#wrapper p.page02{height:680px;background:url(../images/text2.jpg) no-repeat 0 0;}
div#wrapper p.page03{height:680px;background:url(../images/text3.jpg) no-repeat 0 0;}
div#wrapper p.page04{height:680px;background:url(../images/text4.jpg) no-repeat 0 0;}
div#wrapper p.page05{height:680px;background:url(../images/text5.jpg) no-repeat 0 0;}
div#wrapper p.page06{height:680px;background:url(../images/text6.jpg) no-repeat 0 0;}*/

div#wrapper footer{
	height: 35px;
	background:url(../../images/bookview-n-footer.gif) no-repeat 0 0 #d61518;
	background-color: #000;
	display: none;
}

div#wrapper footer p{ text-align:center; color:#FFFFFF; line-height:35px;} 
div#wrapper footer p.stealth{text-indent:-9999em;}