body {
	background-color: #FFCC66;
     }

#storboks  {
	
	position:absolute;
  	left:50%;
  	top:50%;
  	margin-left:-501px;
  	width:1002px;
  	height:595px;
  	margin-top:-297.5px;
  	background-image: url("Hjemmeside1.jpg");
  	border: 1px solid black;
  	}

#tekstboks {
	
	position: absolute;
	top: 294px;
	left: 421px;
  	width: 557px;
  	height: 172px;
  	background: blue;
  	}
	
#tekstboks-bund {
	
	position: absolute;
	bottom: 2px;
	width: 1000px;
  	height: 18px;
	text-align: center;
	color: #fff;
  	}
#tekstboks-bund span {
		padding:14px;
		font-size:13px;
		font-weight: bold;
		}
