html, body
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 5px;
	color: #000000;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Geneva, Lucida, sans-serif;
	background-image: url('print.css');
}

#Page
{
	width: 485px;
	margin-left: auto; 
	margin-right: auto;
}

#Left
{
	display: none;
}

#Right
{
	display: none;
}

#Header
{
	display: none;
}

#SearchBox
{
	display: none;
}

#Menu
{
	display: none;
}

#Main
{
	border: 0px;
}

.Print
{
	display: none;
}