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