html {
	height:100%;
}

body {
	height:100%; 
	margin:0; padding:0; 
	font-family: "Helvetica Neue", Helvetica, Arial; 
	color: #000;
}

#Main {
	width: 100%;
}

body.new-footer #main, body.new-footer #Main {
	margin-bottom: 0;
}
	
#bg {
	width: 100%; 
	height: 100%;
	min-width: 600px;
	min-height: 445px;
	background: white url(https://combo.staticflickr.com/pw/images/bg_error_hold_your_clicks.jpg) no-repeat center center;
	background-size: cover;
	margin-top: -46px;
}

.content {
	position: relative; 
	z-index: 1;	
	padding: 10% 30px 0 34%;
}

.content span {
	line-height: 1.6em;
	font-size: 17px;
}

h1 {
	margin: 0;
	font-weight: 400;
	font-size: 2.1em;
	margin-bottom: 24px;
}

a.attribution {
	position: absolute;
	bottom: 0;
	right: 10px;
	background-color: #000;
	background: rgba(0,0,0,0.45);
	font-size: 11px;
	padding: 7px 13px;
	color: #dfdfdf;
}

.TheError {background:#000;color:#0F0;padding:1em;position:absolute;bottom:30px;width:60%;margin: 0 20% 0 20%;}
.TheError pre {margin:0; white-space: pre-wrap;}
