tma: Druckproblem

Hallo,

leider habe ich ein Problem beim Drucken:

es wird IMMER eine zweite Leerseite mit ausgegeben.
Ich kann den Fehler nicht finden. css ist ohne viel TamTam. Wer weiß Rat?

Gruß, tom

body {  background-color: #000000;
margin: 0px;
padding: 0px;
height: 700px;
}
#content_big
{
 width: 580px;
 height: 700px;
 margin-left: 40px;
 padding: 0px;
 margin-bottom: 0;
 margin-right: 0;
 margin-top: 0;
 page-break-inside:avoid;
}
#head
{
 display: none;
}
#content
{
 display: none;
}
#foot
{
 display: none;
}