html, body {
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/body/buero_regensburg_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
