@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 70px 203px;
	background-color: #6e6b64;
	margin-bottom: 0px;
	background-image: url(../nin_book_images/body_bg.jpg);
}

#main {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: 100%;
	text-align: center;
}

#header {
	height: 100%;
	width: 640px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}#footer {
	height: 100%;
	width: 640px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bookHolder {
	height: 428px;
	width: 1040px;
	margin-top: 100px;
	background-color: #FFFFFF;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
