This should get you the last 3 posts from the Books category.
<div class=”booksSection”>
<?php query_posts( ‘category_name=Books&showposts=3’ );
</div>
Just add this to template where you want it to show up.
This should take care of it.
body {
background-attachment:fixed;
background-image:url(“xxxxxxxx”);
background-position:center top;
repeat:no repeat;
}
This should do the trick … just change the colors to what you want and add to CSS.
a:link {
color:#000000;
}
a:visited {
color:#696969;
}
a:hover {
color:#b5b5b5;
}