div.column {
	/* The background image must be 800px wide */
  max-width: 100%;
	height: 100%;
	width: 100%;
}

figure.fixedratio {
	padding-top: 0%;  /* 450px/1200px = 0.5625 */
	background-image: url(final/images/images/newweb2_30.png);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
	height: 540px;
	width: auto;
}