#page{
display:block;
width:1000px;
display:inline;

}

#header{
width:1000px;
}

#content{
display:block;
height:465px;
width:1000px;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
border-top: 1px solid #000;

position: absolute;
left:10px

}

#contentcontact{
display:block;
height: 465px;
width:1000px;
overflow-x: hidden;
overflow-y: hidden;
white-space: nowrap;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
border-top: 1px solid #000;

position: absolute;
left:10px

}


#books{
width:1000px;
border-top: 1px solid #000;
position: absolute;
left:10px;
top:530px

}

#bookssplash{
width:1000px;
border-top: 1px solid #000;
position: absolute;
left:10px;
top:320px

}


#about{
position: absolute;
left:895px;
top:530px;
}

a{
color: black;
text-decoration:none;

}

a:hover{
color: white;
background-color: black;

}

p{

font-family: courier;
font-size:13px;
}


#books p{
text-transform: lowercase;
}


#la{
float: right;
}

#rob{
float: left;
}

