html, body{
margin: 0;
height: 100%;
width: 100%;
background-image: url(img/sfondo.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}
#div_dx{
postion: absolute;
top: 0;
right: 0;
width:100%;
text-align:right;
}

e poi nell'htm <div id="div_dx">Questo div verrà posizionato in alto a destra</div>
intendi questo?