I have a facebook login button in my page. I put in in a div :
<div id="signin">
<div class="fb-login-button" data-show-faces="true" data-width="200" data-max-rows="1" registration-url="index.php?reg=1"></div>
</div>

When the user is already logged in facebook and registred in my app this apppears :

I have 2 problems :
When the page is loading the log in button appears first in an extreme corner of my page. Then it comes back to the right position.
If the user is not registred/logged in (first button) I would like it appears a bit lower, is it possible ?
Thank you for your help