@charset "utf-8";

html
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/ks-design-vorschaltseite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

html, body{
width: 100%;
min-height:100%;}
