CSS3. background-position
HTML
<div class="box"></div>
CSS
.box {
width:300px;
height:300px;
background: url(http://placehold.it/100x100) no-repeat bottom 50px right 70px;
border:2px solid red;
}
<div class="box"></div>
.box {
width:300px;
height:300px;
background: url(http://placehold.it/100x100) no-repeat bottom 50px right 70px;
border:2px solid red;
}