* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	background: #bde8f2 url(http://home.schalbetter.ch/error/gradient.png) repeat-x left top;
	color: #e1f6ff;
	font: 400 36px/44px 'Roboto Condensed', Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#error {
	text-align: center;
	margin: 0;
	padding: 100px 0;
	text-shadow: 1px 1px 1px #000;
}
#error strong {
	font-weight: 700;
	color: #113545;
	text-shadow: 1px 1px 1px #fff;
}
#giraph,
#green {
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 2;
	overflow: hidden;
}
#green {
	height: 77px;
	z-index: 1;
}
#green img {
	width: 100%;
}