html, body {
	height: 100%;
	min-height: 100%;
}
div.page {
	width: 997px;
	min-height: 100%;
	display: inline;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 110;
	background: transparent url(../i/design/div-page.gif) no-repeat 0 0;
}
div.header {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 210;
}
div.branding {
	position: absolute;
	top: 40px;
	left: 174px;
	z-index: 220;
}
div.content {
	padding: 80px 0 6em;
	width: 100%;
	display: inline;
	float: left;
}
div.primary {
	padding-left: 174px;
	width: 495px;
	display: inline;
	float: left;
}
div.secondary {
	padding-right: 30px;
	width: 263px;
	display: inline;
	float: right;
}
div.clear {
	clear: both;
}
div.footer {
	margin: 0 30px 0 174px;
	border-top: 1px dashed #dbdbdb;
	width: 793px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 310;
}