html, body {
	height: 100%;
}
body {
	font-size: 75%; /*12px*/
	line-height: 1.5em; /* 18px */
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
}
#container {
	width: 82em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -1.5em 0;
}
.logo {
	display: inline;
	width: 40em;
	height: 20em;
	margin: 0.5em;
	float: left;
	background: #000;	
}
h1 {
	display: block;
	width: 37em;
	height: 2em;
	margin: 18em 0 0 0;
	text-indent: -999em;
	float: right;
	background: #000 url(images/negative.png) no-repeat right bottom;
}
.content {
	display: inline;
	width: 40em;
	height: 20em;
	margin: 21em 0 0 0;
	float: left;
}
.footer, .push {
	float: left;
	height: 1.5em;
}
.footer {
	width: 40em;
	margin: 0 0.5em 0 41em;
	display: inline;
}
