a:link {
    color: #000000;
}
a:visited {
     color: #000000;
}
a:hover {
     color: #0000ff;
}
a.currentpage {
	background-color: transparent;
	color:#ff0000;
	font-weight: bold;
	text-align: right;
}

body {
    background-color: black;
}
#book-wrapper {
    background: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border:0;
    width: 1000px;
}
#book-content {
    float: left;
    width: 900px;
    padding: 30px;
}
#book-description {
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align:justify;
}
.book-nav {
    border:thin solid #000000;
    background-color: #ffffff;
    color:#000000;
    font-family: courier;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 4px;
}

#footer {
	clear: both;
               text-align:center;
               font-family: arial, sans-serif;
               font-size: 10px;
    	
}