Hello
First of all there appears to be a small error in your module code...
<div id="“signin”"> 
Should be...
<div id="signin"> 
Once amended you can then use the following Custom CSS to position your module...
#signin {
    position: absolute;
    right: 12px;
    top: 100px;
} 
Ciarán