You can use the margin properties to set the page margins in print.
body { margin-top: 1in; margin-right: .25in; margin-bottom: 1in; margin-left: .25in; }
Click here to see an example.