* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}
img {
	border-style: none;
}
a:link {
	color: #0096D7;
	text-decoration: none;
}
a:visited {
	color: #0096D7;
	text-decoration: none;
}
a:hover {
	color: #0096D7;
	text-decoration: underline;
}
body {
	margin: 30px;
	background-image: url(../img/bakgrunn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	width: 590px;
	margin: 0px;
	padding: 30px;
}

