html{
	height: 100%;
	padding:0;
    margin:0;
}
body{
	height: 100%;
    padding:0;
    margin:0;
	background-color: gray;
	background-image: url("/img/DSC00823_edit-klein.jpg");           
	background-repeat:   no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	 -o-background-size:  cover;
	background-size:     cover; 
}