body {
		background: #fc0;
		text-align: center;
}
#main {
    margin: 0 auto;
    text-align: left;
	padding: 2em 4em;
	width: 68%;
	background: #fff;
	font-size: 16px;
    font-family: Georgia,Times New Roman, serif;
	line-height: 1.4em;
	border: 2px ridge #fc0;
}
h1 {
	font-family: Verdana;
	line-height: 1em;
}
.centre {
	text-align: center;
}

