#middle,
#content {
	background-image: url(../../img/three_cubes.jpg);
	background-repeat: no-repeat;
	background-position: 70px 55px;
}
/* print layout */
@media print {
	#middle,
	#content {
		background-image: none;
	}
}
