Vou passar um exemplo
* Obs.: veja os possíveis alinhamentos para figura
bottom right = rodapé direito
top right = topo direito
bottom left = rodapé esquerdo
top left = topo esquerdo
<style type="text/css">
body{
background-image:url(figura.jpg);
background-repeat:no-repeat;
background-position: bottom right;
background-attachment: fixed;
}
</style>