html body {
	background: #998F68 url('../media/cork.jpg');
	font: 11pt Verdana;
	line-height: 1.2em;
}

html body div#contentContainer {
	width: 718px;
	margin: 20px auto;
	margin-top: 150px;
}

html body div#contentContainer div#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
}

html body div#contentContainer div#wrapper div#businessCardReplica {
	position: absolute;
	top: -140px;
	left: -200px;
	width: 300px;
	height: 180px;
	background: url('../media/tomhancocks-businesscard-replica.png') no-repeat;
}

html body div#contentContainer div.paperTop {
	margin-top: 10px;
	background: url('../media/paper-top.png') no-repeat;
	width: 719px;
	height: 57px;
	margin-bottom: 0px;
}

html body div#contentContainer div.paperMiddle {
	background: url('../media/paper-middle.png') repeat-y;
	width: 678px;
	padding: 0px 20px;
}

html body div#contentContainer div.paperBottom {
	margin-top: 0px;
	background: url('../media/paper-bottom.png') no-repeat;
	width: 719px;
	height: 59px;
	margin-bottom: 10px;
}

html body div#contentContainer div#wrapper div#navigation {
	position: absolute;
	top: -120px;
	left: 50px;
	background: url('../media/nav.png') no-repeat;
	width: 614px;
	height: 29px;
	font: 18px Verdana;
	padding: 42px 30px;
	text-shadow: 0px 1px 0px white;
	text-align: center;
}