/************** MID ***************/

#mid{
	width:630px;
	float:right;
	margin:12px 0 20px 0;
	}	
@media print{
#mid{
	width:98%;
	float:right;
	overflow:visible;
}
}