body {
margin: 0;
padding: 0;
font: 12px/1.5 verdana, arial, helvetica, sans-serif;
text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
background-color: #000000;
background-image: url(images/psptest2.gif);
background-attachment:fixed;
background-repeat: no-repeat;
background-position: 50% 50%;
line-height: 24px;
color: #000000;
}
#wrapper {
width:732px;
position: relative; /* Needed for Safari */
margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
text-align: left;
border:#000000 medium groove; 
}
#header {
width:732px;
height:186px;
padding: 0;
}
#footer {
width:732px;
height:50px;

}
#center {
width:732px;
height:auto;
padding: 0;
}
#books {
width:300px;
float:left;
padding: 0;
}
#right {
width:400px;
float:right;
padding: 0;
}
