Background Image to the bottom of a page

html {
min-height: 100%;
height: auto;
}

body {
background:url(/images/bg-image.jpg) right bottom no-repeat;
}