body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

iframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
}

#content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

#imprint {
    position: relative;
    bottom: 0px;
    text-align: center;
    padding-top: 5px;
    height: 25px;
}