Es bastante fácil solo tienes que hacerlo con css
Código:
#homer {
position: fixed;
right: 25px;
bottom: 0px;
display: block;
width: 130px;
height: 90px;
background: url(http://blog.netmasters.cl/images/Image/homer-comentario.png) bottom center no-repeat;
text-indent: -999em;
z-index: 90;
text-decoration: none;
}
y después en el cuerpo de la pagina lo llamas
Eso seria Saludos