
html 
	{
	}

body 
	{ 
	font-family: Helvetica;
	font-size: 15px;
	line-height: 1;
	color: #eeeeee;
	background: url(background.png); 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding: 0;
	}

img 
	{
	border-style: none;
	}
	
a 
	{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	border: 0px;
	}
	
.table1
	{ 
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border: 0px;
	}

.table2,th,td
	{ 
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 3px;
	}

td
	{
	width: 100px;
	height: 50px;	
	}

#book-loop 
	{
	background-image: url("book1/bottom-left.png"), url("book1/bottom-right.png"), url("book1/top-right.png"), url("book1/top-left.png"), url("book1/left.png"), url("book1/bottom.png"), url("book1/right.png"), url("book1/top.png"), url("book1/back.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x, repeat;
	background-position: left bottom, right bottom, right top, left top, left top, left bottom, right top, left top, center center;
	text-align: center;
	font-family: New Century Schoolbook;
	font-size: 20px;	
	color: #333333;
	padding: 30px;
	}

#book-read-loop
	{
	background-image: url("book1/bottom-left.png"), url("book1/bottom-right.png"), url("book1/top-right.png"), url("book1/top-left.png"), url("book1/left.png"), url("book1/bottom.png"), url("book1/right.png"), url("book1/top.png"), url("book1/back.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x, repeat;
	background-position: left bottom, right bottom, right top, left top, left top, left bottom, right top, left top, center center;
	text-align: left;
	font-family: New Century Schoolbook;
	font-size: 20px;	
	color: #333333;
	padding: 30px;
	}	

#button1
	{
	background-image: url("button1/bottom-left.png"), url("button1/bottom-right.png"), url("button1/top-right.png"), url("button1/top-left.png"), url("button1/left.png"), url("button1/bottom.png"), url("button1/right.png"), url("button1/top.png"), url("button1/back.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x, repeat;
	background-position: left bottom, right bottom, right top, left top, left top, left bottom, right top, left top, center center;
	text-align:center;
	font-size: 15px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-style:none;
	}

#button2
	{
	background-image: url("button2/bottom-left.png"), url("button2/bottom-right.png"), url("button2/top-right.png"), url("button2/top-left.png"), url("button2/left.png"), url("button2/bottom.png"), url("button2/right.png"), url("button2/top.png"), url("button2/back.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x, repeat;
	background-position: left bottom, right bottom, right top, left top, left top, left bottom, right top, left top, center center;
	text-align:center;
	font-size: 15px;
	padding: 10px;	
	color: #FFFFFF;
	font-weight: bold;	
	border-style:none;
	}

#button3
	{
	background-image: url("button3/bottom-left.png"), url("button3/bottom-right.png"), url("button3/top-right.png"), url("button3/top-left.png"), url("button3/left.png"), url("button3/bottom.png"), url("button3/right.png"), url("button3/top.png"), url("button3/back.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x, repeat;
	background-position: left bottom, right bottom, right top, left top, left top, left bottom, right top, left top, center center;
	text-align:center;
	font-size: 15px;
	padding: 10px;	
	color: #FFFFFF;
	font-weight: bold;	
	border-style:none;
	}
	
#button-raw
	{
	background:none;
	border-style:none;
	color: #FFFFFF;
	font-weight: bold;		
	}

#important 
	{
	font-weight: bold;
	color: #FF5533;
	}

#hori-section-A
	{
	background-image: url("hori-A-top.png"), url("hori-A-bottom.png"), url("hori-A-back.png");
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: center top, center bottom, center center;
	text-align: center;
	padding: 20px;
	}
