size
This property specifies the size and orientation of a page box for printing. The size may either be "absolute" (fixed size) or "relative" (scalable, i.e., fitting available sheet sizes). Relative values include landscape and portrait. The default value is auto.
Examples
@page {size: landscape;}
@page {size: 6in 10in;}
/* funny width and height */
Browser and CSS Support Notes
CSS2
No IE support but similar proprietary facilities available.
Nav 6, 7
Opera 7