/* Just for the home page */
body {
	background: white url(/img/bg-nav-em.png) top center no-repeat;
}

div#head {
	height: 200px;
}
	/* The strapline */
	#head p {
		margin: 104px 0 0 0;
	}
	/* The logo */
	#head p#logo {
		top: 20px;
	}

/* The main content */
div#main {
	margin-top: 21.1em;
}
	#main h1 {
		font-size: 100%;
	}

div#additionalinfo {
	top: 200px;
}

