html, body { 
  background: url(../images/bkgrd.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.nav, footer {
	text-align:right;
}
.anav:hover, .anav:link, .anav:visited {
    background-color: transparent !important;
    text-decoration:underline !important;
}

.maxcontainer {
    margin:0 auto;
	margin-top:20px;
    width: 80%;   
}
.padiv {
    padding:20px;
}


span {
    
    
    color:gray;
    
}


.button {
    width:220px;
    padding: 8px 20px;
    border: 2px solid #ff4d4d;
    border-radius: 20px;
    color: #ff4d4d;
    text-align: center;
    font-weight: bold;
}
.button:hover {
    color: #fff;
    background-color: #ff4d4d;
    text-decoration:none !important;
}
#bookbuy {
    text-align:center;
}