i have a flash scene converted with google swiffy to html5.All is fine but I can't get the scene (or stage) align to the right side of the page...\[code\]<!doctype html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Swiffy output</title><script src="https://www.gstatic.com/swiffy/v4.9/runtime.js"></script><script>swiffyobject = {"tags":[{"bounds":.........HERE IS THE SWIFFY-CODE..........</script><style>html, body {width: 100%; height: 100%}</style></head><body style="margin: 0; overflow: hidden"><div id="swiffycontainer" style="width: 800px; height: 310px"></div><script>var stage = new swiffy.Stage(document.getElementById('swiffycontainer'),swiffyobject);stage.start();</script></body></html>\[/code\]Can you please help me? I think it's very easy for html-specialists - but I can't solvethis little problem :/bye,Ronny