con la propiedad css, en especifico con
background-position
Código:
<style type="text/css">
body{
background-repeat:no-repeat;
margin: 0 px;
background-image: url(img/fondo.jpeg);
/*aquí pones la alineacion horizontal y vertical*/
background-position: right bottom;
}
</style>
_Saludos