Yes. It is possible to alter your margins in a page printout. The rule would look like:
@page {
margin: 0;
}
This will not work in Firefox as of now. If you check their developer reference on the @page CSS support, you can see what browsers do support @page
.