/* Media print */
        .cover { text-align: center}
        .intropage {page-break-before: always; height: 28cm}
        .endpage {height: 80%;}
        ol { padding-top: 2cm; padding-left: 2cm; }
        div.introfooter {
                display: block; text-align: center;

                margin-left: 0;
                margin-top: 1em;
		counter-increment: ipage;

                content: "CHI 2004 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;" counter(ipage, lower-roman) " &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Steven Pemberton";

        }
	
/*      .intropage:after {counter-increment: p; display: block;
                text-align: center; font-weight: bold;
                position: fixed; bottom: 1cm;
                content: "page " counter(p, lower-roman)} */
/*	h2 {margin-top: 0}*/
        p.author { font-style: italic}
        p.subtitle { font-weight: bold; }
        h1 {margin-top: 0cm }
        div.slide, div.filler { margin-left: 2cm; height: 12cm; margin-top: 1cm;}
        img { }

	div.footer {
                display: block; text-align: center;

                margin-left: 0;
                margin-top: 4cm;

		counter-increment: page;
                content: "CHI 2004 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;" counter(page) " &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Steven Pemberton";
        }
	div.bugfooter { /* Bug in Opera 7 Beta 2? */
		page-break-after: always;
                display: block;
                margin-left: -1cm;
		counter-increment: page;
                content: "CHI 2003   " counter(page) "   Steven Pemberton"
        }
