Prova a dare questo stile nel css e fammi sapere se ho capito bene quello che vorresti
codice:
#centrale{
   
    width:800px;
    position: relative;
    margin:0 auto;
    overflow:hidden;
    
}
#dex {
width:397px;
  position: absolute;
  height: 100%;
  right: 0;
}


#centrale #dex img{
position: absolute;
right: 3px;
bottom: 1px;
}