
@media print {
	
	html{
		width:1024px;
	}
	body{
	/*	font-size:10px;*/
	}
	.top_menu_group{
		 position:static;
	}
	#main_menu .search_block img{
		max-width:40px;
	}
	#footer .content_block .four_block{
		width:auto;
	}
}
