body,
html {
margin:0;
padding:0;
color: black;
background-color: white;
font-family: verdana;
font-size: 12px;
background-image: url("HBackSmall.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}

A:link, A:visited, A:active 
{
text-decoration: none; color: black
}

img 
{
display: block
} 

#wrap 
{
width:800px;
margin:0 auto;
}

#main 
{
float:left;
width:580px;
padding:10px;
}

#sidebar 
{
float:right;
width:150px;
padding: 20px;}

#header {
height: 300px;
padding:5px 10px;
}

#nav {
padding:5px 10px;
height: 60px;
}

#navigate { /* background image block */
display: block;
width: 800px;
height: 50px;
background: url("Haterstrip.png") no-repeat;
margin-top: 0px;
text-align: left;
margin: 0 auto;	
}
#navigate a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#about { /* About */
float: left;
position:absolute;
width : 240px;
height: 50px;
margin-left: 0px;
margin-top: 0px;
}
#reviews { /* Reviews Link */
float: left;
position:absolute;
width : 150px;
height: 50px;
margin-left: 240px;
margin-top: 0px;
}
#extract { /* Extract Link */
float: left;
position:absolute;
width : 160px;
height: 50px;
margin-left: 390px;
margin-top: 0px;
}
#buy { /* Buy Link */
float: left;
position:absolute;
width : 150px;
height: 50px;
margin-left: 550px;
margin-top: 0px;
}

#headbanner {/* for current book banner */
position: center;
padding: 0;
height: 100px;
margin-left: 0px;
text-align: center;
}

#footer {
  text-align: left;
	bottom: 50px;
	clear:both;
  }
	
#footergap {
  text-align: right;
	bottom: 50px;
  }


#footstrip { /* end image block */
display: block;
width: 800px;
height: 50px;
background: url("http://www.djmoody.co.uk/footstrip.png") no-repeat;
margin-top: 0px;
text-align: left;
margin: 0 auto;	
}
#navigate a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#facebook { /* Facebook Link */
float: left;
position:absolute;
width : 120px;
height: 50px;
margin-left: 0px;
margin-top: 0px;
}
#goodreads { /* Goodreads Link */
float: left;
position:absolute;
width : 130px;
height: 50px;
margin-left: 120px;
margin-top: 0px;
}
#myspace { /* Myspace Link */
float: left;
position:absolute;
width : 160px;
height: 50px;
margin-left: 250px;
margin-top: 0px;
}
#amazon {/* Amazon Link */
float: left;
position:absolute;
width: 160px;
height: 50px;
margin-left: 410px;
margin-top: 0px;
}
#imdb { /* IMDB Link */
float: left;
position:absolute;
width : 90px;
height: 50px;
margin-left: 570px;
margin-top: 0px;
}
#twitter { /* Twitter Link */
float: left;
position:absolute;
width : 140px;
height: 50px;
margin-left: 660px;
margin-top: 0px;
}

p.big {
line-height: 150%
}

