Intenta lo siguiente:
   
Código css:
Ver original.span1 {
background-image:url(http://www.soulheroes.com/images/bb1-10.jpg);
background-repeat:no-repeat;
float:left;
height:32px;
position:relative;
width:52px;
}
.span2 {
bottom:0;
color:#FF0000;
display:block;
font-family:Arial;
font-size:14px;
font-weight:bold;
position:absolute;
right:4px;
text-align:right;
}
  
y ésto: 
 Cita:  <body leftmargin="0" topmargin="0" bgcolor="#000000" text="#FFFFFF">
    llévatelo a los estilos:   
Código css:
Ver original* {margin:0; padding:0; border: 0;}
body {color: #fff; background: #000;}
  
Un saludo