tendrias que hacerlo algo así.
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
#marco{
border: 3px solid #000;
position: absolute;
width: 100px;
height: 100px;
z-index: 2;
}
#imagen{
position: relative;
background-color: #336699;
color: #fff;
width: 100px;
height: 100px;
padding: 3px;
text-align: center;
z-index: 1;
}
Cambia lo de border por background-image y así como tu quieras