@charset "utf-8";
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left 50px;
	background-color: #000000;
	padding: 0;
	background-image: none;
	margin: 0px;
}
#container {
	height: 680px;
	width: 900px;
	margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	background-image: url(../bilder/arktrykk_htmlbilde.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 350px;
	text-align: center;
	position: relative;
}
p {
	margin-top: 70px;
}
.bildelink {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

