BODY {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}


#konvolutt {
	position:relative; 
	background-image: url(/MaltShakereggehvit.jpg);
	background-repeat: no-repeat;
	background-color: #fff; 
	width: 1024px; 
	top: 15px;
	min-height: 770px;
	padding: 0px;
	overflow: hidden;
	}

#blokk1, #blokk2, #blokk3 {
	display: block;
	position: absolute;
	width: 213px;
	height: 257px;
	padding: 10px;
	padding-top: 100px;
	background: url(/hvitmatte.png);
	background-repeat: no-repeat;
	font-size: 25px;
	}
#blokk1 {
	top: 100px;
	left: 85px;
	}
#blokk2 {
	top: 100px;
	left: 397px;
	}
#blokk3 {
	top: 100px;
	left: 711px;
	}


.blokklogo {
	display: block;
	position: absolute;
	bottom: 10px;
	}
IMG {
	border: 0px;
	}
A IMG {
	border: 0px;
	}

#tekstblokk {
	position: absolute;
	top: 550px;
	left: 85px;
	background: url(/hvitmattetekst.png);
	background-repeat: no repeat;
	width: 840px;
	height: 112px;
	padding: 10px;
	color: #333;
	text-align: left;
	}

#tekstblokk h1 {
	font-size: 36px;
	line-height: 36px;
	margin: 0px;
	}
#tekstblokk p {
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	}

