/*
-----------------------------------------------
[Project Name] CSS: Print Base
----------------------------------------------- */

html,body {
	width: auto;
	height: auto;
}
body {
	min-width: 0; /* For Gecko */
	text-align: left;  /*Centre content for IE5 */
}

