body{
	background-image: url(back.jpg);
	margin-top: 0;
}
a:link {
  color: #a8ff3c; 
  text-decoration: none; 
  }/*normal links in the text*/
a:visited {
  color: #a8ff3c; 
  text-decoration: none; 
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #a8ff3c; 
  text-decoration: underline overline; color: #a8ff3c;
}
a:active {/*colour in NN4.xx is red*/ 
  color: #a8ff3c; 
  text-decoration: underline overline; 
}
#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:auto;
}
#logga{
	width:961px;
	height:106px;
	background-image: url(logga.png);
}
#themenu{
	margin-top:0px;
	width:550px;
	margin-left:330px;
	height:26px;
	overflow: no;
	background-image: url(bakgrundd.jpg);
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	color: #blue;

}
#thetext{
	margin-top:0px;
	width:961px;
	height:auto;
	overflow: auto;
	background-image: url(bakgrund.png);
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	color: white;

}
#footer{

	width:961px;
	height:42px;
	background-image: url(botten.png);
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	color: #c0c0c0;

}