html {
	min-width: 750px;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	background: #fff url(img/forside/bakgrunn.gif) no-repeat center 150px;
	text-align: center;
}

div#innhold {
	position: relative;
	width: 750px;
	height: 500px;

	margin: 0 auto;
	padding: 18px 0 0 0;
	
	background: url(img/forside/illustrasjoner.jpg) no-repeat 0px 220px;
}

	div#innhold div#slideshow {
		position: absolute;
		top: 220px;
		left: 0;
	}
	
	div#innhold img#slagord {
		position: absolute;
		top: 478px;
		right: 4px;
	}
	
	div#innhold ul#spraak {
		position: absolute;
		top: 481px;
		left: 5px;
		
		margin: 0;
		padding: 0 0 0 138px;

		background: url(img/forside/spraakvelger_tekst.gif) no-repeat left top;
		
		list-style-type: none;
	}
	
		div#innhold ul#spraak li {
			display: inline;
			padding: 0 2px;
		}
		
a img { border: 0; }

