Try using an < iframe > tag in your code. here's what I just tested and it worked.
With the WIDTH set at 100%, it will automaatically scale to the width of the users screen.
The HEIGHT does not work using 100%, it is broke for some reason. So I set the height to 800.
You can change the height to something smaller if you so choose.
As for these parts of the script:
-webkit-transform:scale(1.0);-moz-transform-scale(1.0);
These change how big or small the page is shown. I found 1.0 to be perfect.
But play with the numbers and see how it affects the page for yourself, I cannot
explain it in full detail.
Do not go smaller than 0.1 ... no larger than 1.0.