#banner,
#nav,
#footer
{
	display: none; /* when printing, do NOT display the content of anything with these IDs */
}

body {
	background-color: #ffffff;
	background-image: none;
}

#wrapper {
	border: 0px solid #ffffff;
}






