@media print, screen and (min-width: 960px) {
	section {
	  width: 600px;
	}
	.wrapper {
	  width:960px;
	  margin:0 auto;
	}
}
