The W3C Working Draft for CSS Paged Media Module Level 3 contains a method to print in the margins.
Try this code, but it might not be widely supported yet.
@page { margin: 2cm; 2cm; 2cm; 2cm; @bottom-center { content: "Copyright My Company 2010" } @top-right { content: counter(page) }}