/*
- Remove the print button
- Remove the padding of body
 */

body{
padding:0;
}

input.print_button{
	position:absolute;
	left:-999px;
}
