Идею подглядел здесь: css-tricks.com
С кодом всё банально:
.footer {
width: 600px;
height: 200px;
z-index: 99;
position: fixed;
bottom: 0px;
background: url("bottom-fade.png") bottom center no-repeat;
}
P.S. решение автора с фиксом IE6 и png не понравилось, ИМХО: лучше использовать - DD_belatedPNG