It is hard to tell for certain from just the CSS, but it appears that your book uses fixed layout. Fixed layout positions all of the elements exactly on the page and doesn't allow font size changes or reflow of content. Changing that into a reflowable e-book will take significant work.
|