html, body {
	height:100%;

}

body {
	background-image: url('images/bg-greysides.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	background-color: #f2f2f2;
	text-align:center;
}

#centre {
	background-image: url('images/lettuce-tightcrop.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	height:100%;
	display:block;
	width:848px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

blockquote {
	font-family:Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	text-align: center;
	padding-top:5em;
}

p.att {
	text-align:right;
	padding-right:8em;
}