body {
	background: #FAFAFA;
	text-align: center;
	font: 11px "Trebuchet MS", Tahoma, Sans-serif;
}

div#horizPlacement {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	padding: 0;
	text-align: center;
}

div#centrePlacement {
	position: absolute;
	margin-left: -200px;
	top: -100px;
	left: 50%;
	width: 400px;
	height: 200px;
	text-align: left;
}

div#floatyImage {
	float: left;
	display: inline;
	width: 190px;
	height: 200px;
	padding: 0;
	margin: 0;
}

div#centreContainer {
	margin: 0 0 0 200px;
	width: 200px;
}

div#centreContainer h1 {
	font-size: 2.8em;
	letter-spacing: -2px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

div#centreContainer a {
	color: #0000EF;
	text-decoration: none;
}

div#centreContainer a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}