Hi,

I created the attached PDF file using ConTeXt. As you can see I have a green background, which covers the whole page. However, when I took it to the printer today and he printed two copies for me, there was some white space left at four ends. The amount of space above, below, to the left and to the right was different. Here is my preamble. Can you suggest what I can do so that the whole page has the chosen green background color.

Thanks very much.

\setuppapersize[letter][letter]
\setuplayout[backspace=1.5in,width=6in,margin=1in,topspace=0.25in,header=0.75in,height=11in]
\setuppagenumbering[state=stop]
\setupcolors[state=start]
\setupcolor[xwi]
\usetypescriptfile[type-dejavu]
\usetypescript[dejavu]
\switchtobodyfont[dejavu,12pt]
\setupheadertexts[\it \hskip -0.75in Institute][\it Department ]

\setupbackgrounds[page][background=color,backgroundcolor=green*:2]


\setupframed[background=color,
backgroundcolor=cornsilk,
frameoffset=2pt,
backgroundoffset=2pt,
corner=round,
align=middle]

\usemodule[tikz]