html, body {
	height: 100%;
	min-height: 100%;
}
div.page {
	width: 100%;
	min-width: 960px;
	max-width: 1278px;
	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: 80px;
	left: 50px;
	z-index: 220;
}
div.content {
	margin-left: 248px;
	padding: 110px 50px 2em 60px;
}
div.clear {
	clear: both;
}
div.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 310;
}