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

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