* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #333;
}

div#centreAnchor {
	width: 1px;
	height: 1px;
	margin-left: auto;
	position: absolute;
	top: 50%;
	left: 50%;
}

div#pageContainer {
	width: 865px;
	height: 600px;
	position: absolute;
	top: -300px;
	left: -432px;
}

div#text {
	width: 865px;
	height: 0;
	background-image: url(../img/de-text.gif);
	padding-top: 273px;
	overflow: visible;
}

div#image {
	width: 865px;
	height: 327px;
	background-image: url(../img/DE-logo-like-it-kerned-black-sml.png);
	position: relative;
}

div#contact {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 629px;
	height: 0;
	background-image: url(../img/de-contact.gif);
	overflow: hidden;
	padding-top: 52px;
}