#bookTxt
{
  position: absolute;
  top: 1050px;
  left: 10px;
  width: 400px;
  height: 300px;
}

#bookImg
{
  position: absolute;
  top: 950px;
  left: 460px;
  width: 139px;
  height: 202px;
  background-image:url(../../img/book.jpg);
  background-repeat: no-repeat; 
}