@media print{

	body{ 
		color: #000000;
	}
	
	
	#content{
		position: absolute;
		top: 0px;
		left:0 ;
		width:600px;
	}
	
	
	.noPrint{
		display:none;
		}

}
