/* Print Style Sheet */
@media print { body 
{ background:white; 
color:black; margin:0 } 
}
#banner { display:block; 
	height: 100px; 
	font-size: 150%; 
	color:black; 
background: url(www.so-arandjelovac.com/wp-content/themes/so-02/images/zaglavlje.jpg) no-repeat top center; }
#header { display: none; }
#sidebar { display: none; }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer { display: none; }

