@media print {

html{
	height:100%;
	overflow: hidden;
}

body{
	width: 100%;
	height:100%;
}

#pagebody{
	background-color: #ffffff;
}

#header,#header_menu,#breadcrumb_list,#menu,#footer {
	display: none;
}

#contents{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

@page { size: auto; }

}



