\setuplayout
[backspace=0cm,
cutspace=0cm,
width=fit,
topspace=0cm,
bottomspace=0cm,
header=0cm,
footer=0cm,
height=fit]
\setupexternalfigures[location={local,global}]
\definelayer[Logo]
\definelayer[Picture]
\definelayer[Text]
\definelayer[Footer]
\starttext
\strut
\setlayerframed[Logo][x=1cm,y=1cm]
[width=19cm,height=3cm,background=color,backgroundcolor=lightgrey]
{Some text in here}
\setlayerframed[Picture][x=1cm,y=5cm] [width=6cm,height=19.7cm,background=color,backgroundcolor=lightgrey]{\externalfigure[picture.jpg][background={foreground,figure},maxwidth=6cm]}
\setlayerframed[Text][x=8cm,y=5cm] [width=12cm,height=19.7cm,background=color,backgroundcolor=lightgrey]{Text goes here}
\setlayerframed[Footer][x=1cm,y=25.7cm]
[width=19cm,height=3cm,background=color,backgroundcolor=lightgrey]
{Footer goes here}
\setupbackgrounds[text][background={Logo,Picture,Text,Footer}]
\stoptext