Hi all, I used a one-page pdf like background image. The size of paper is A4 (210x297mm). The size of my pdf image is a little bigger (220x311mm). For the cover, when I used: \useexternalfigure[cover][cover-1005-4][width=220mm] \defineoverlay[cover][{\externalfigure[cover]}] \starttext \setupbackgrounds[page][background=cover] \startstandardmakeup Text of cover \stopstandardmakeup ... \stoptext I got a perfect cover. But when I use the same pdf for the page, I got a background which is smaller than the page and there is a black border (see http://phoc.homeunix.net/pub/page.png). \useexternalfigure[mypage][page-1005-2][width=220mm] \defineoverlay[mypage][{\externalfigure[mypage]}] \starttext \setupbackgrounds [page][background=mypage] \chapter{foo} \section{bar} abc abc \stoptext Any ideas for help ? Thank you in advance, Q.