html {
	background-color: #494949;
	font-size: 125%;
}
body {
	background-color: #fff;
	color: #494949;
	font-size: 50%;
	font-family: Georgia, serif;
	text-align: center;
}
h1 {
	font-size: 4.8em;
	font-style: italic;
	text-align: center;
}
h2,
p {
	background-color: #494949;
	color: #d8d8d8;
}
h1 {
	background-image: url('../images/logo_moult.png');
	height: 52px;
	padding: 15px 0 20px;
}
h2 {
	background-image: url('../images/hdg_workInProgress.png');
	height: 45px;
	padding: 10px 0 15px;
}
p {
	font-style: italic;
}
img.greeting {
	display: block;
	margin: 0 auto;
}

.ir {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	font-size: 1em;
}