/* CSS Document */


body {
	background: url(images/bg.jpg) fixed;
	margin: 0px;
	padding: 0px;
}

#main {
	 background: url(images/bg_bookpage.jpg) no-repeat #FFFFFF;
	 width: 600px;
	 margin: 20px auto;
	 
	 color: #333333;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 12px;
	 line-height: 140%;
	 padding: 0px;
	 border: 1px solid #333333;
}

.hometext {
	width: 436px;
	margin: 20px auto;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 140%;
}

.text {
	width: 436px;
	margin: 20px auto;
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 140%;
}


.links {
	width: 436px;
	margin: 0px auto;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 30px;
}

.centered {
	width: 500px;
	margin: 0px auto;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 60px;
}

a {
	color: #BB0000;
	text-decoration: none;
}

a:hover {
	background-color: #FFFFCC;
}

