﻿body{
	background-image: url(backd.jpg);
	margin-top: 0;
}
a:link {
  color: #4B9EAF; 
  text-decoration: none; 
  }/*normal links in the text*/
a:visited {
  color: #4B9EAF; 
  text-decoration: none; 
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #4B9EAF; 
  text-decoration: underline overline; color: #4B9EAF;
}
a:active {/*colour in NN4.xx is red*/ 
  color: #4B9EAF; 
  text-decoration: underline overline; 
}
#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:auto;
}
#logga{
	margin-top:15px;
	width:990px;
	height:142px;
	background-image: url(logga.png);
}
#meny{
	width:990px;
	height:115px;
	background-image: url(meny.png);
	margin-top:0px;
	margin-left:0px;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: normal;
}
#thetext{
	margin-top:0px;
	margin-left:0px;
	background-image: url(bakgrund.png);
	width:990px;
	height:auto;
	overflow: auto;
	font-family: Times New Roman;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	color: #000;

}
#footer{
	margin-top:0px;
	margin-left:0px;
	width:990px;
	height:30px;
	background-image: url(botten.png);
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	color: #c0c0c0;

}