*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	background: #63574a url(/images/layout/bodyBg.gif) left top repeat-x;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	position: absolute;
	top: 60px; left: 24px;
	width: 220px; height: 285px;
}

#content h1 a {
	display: block;
	width: 100%; height: 100%;
	background: url(/images/layout/h1Logo.jpg) left top no-repeat;
	text-indent: -19999px;
}

#content h1 a:focus {
	outline: none;
}
