Это вписать в CSS
Код:
#bottom_fade {
width: 600px;
height: 200px;
z-index: 99;
position: fixed;
bottom: 0px;
background: url("/bottom-fade.png") bottom center no-repeat;
}Это соответственно в низ страницы
Код:
<div id="bottom_fade"></div>