Así es como está el HTML:
Código PHP:
<div id="next">
<a href="#" title="Página anterior"></a>
</div>
Código PHP:
#next{
position:absolute;
right:15px;
bottom:15px;
width:121px;
height:40px;
background-image:url(images/next.png);
}
#next a{
display:block;
width:100%;
height:100%;
}