@charset "utf-8";
/* CSS Document */

html {
        background: url(bilder/home.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		margin: 0;
	    padding: 0;
	    height: 100%;
		background-color: #bbb;
}

