body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	text-align: center;
	background-image:url(bilde.jpg);
	background-repeat:no-repeat;
	background-position:topp;
	background-size: 100% 100%;
	overflow: visible;
}
html {
height:100%;
}

