﻿body{
	background-color: black;
	background-image: url(back.jpg);
	margin-top: 0;
}
a:link {
  color: #97bf0d; 
  text-decoration: none; 
  }/*normal links in the text*/
a:visited {
  color: #97bf0d; 
  text-decoration: none; 
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #97bf0d; 
  text-decoration: underline overline; color: #97bf0d;
}
a:active {/*colour in NN4.xx is red*/ 
  color: #80addf; 
  text-decoration: underline overline; 
}
#wrapper{
	position:relative;
	background-image: url(bakgrundd.jpg);
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	height:100%;
}

#thetext{
	background-color: white;
	margin-top:0px;
	margin-left:auto;
	width:978px;
	height:auto;
	overflow: auto;
	background-image: url(bakgrundd.jpg);
	font-family: Century gothic;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	color: #fff;

}