#framecontainer 
{
width:400px;
height:300px;
position:relative;
}

#picture {
position:absolute;
width:400px;
height:300px;
z-index:0;
} 

#frame {
position:absolute;
width:400px;
height:300px;
z-index:1;
}