User`s guide

Publishing on Kindle: Guidelines for Publishers
shifted to the right side of the page by defining a margin-left style set to the width of the left side
image.
HTML
<div class="fs">
<div id="fs1-left" class="leftPage"></div>
<div id="fs1-right" class="rightPage"></div>
</div>
CSS
/* Region sized for both pages */
div.fs {
height: 600px;
width: 1024px; /* 2 x page width */
position: relative;
}
div.leftPage {
position: absolute;
background-repeat: no-repeat;
height: 600px;
width: 512px; /* 1 x screen width */
}
Kindle Publishing Guidelines Amazon.com 39