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

html { 
	background: url(../bilder/BG/BG-center_6.jpg) no-repeat center 150px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}