@charset "utf-8";
#baggrund {
	font-family: "Century Gothic", "Helvetica LT Std", Arial, sans-serif;
	font-size: small;
	line-height: 140%;
	height: 10000px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/baggrund.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#baggrund #container {
	height: auto;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
}
#baggrund #container #top {
	height: 220px;
	width: 798px;
	background-image: none;
	background-repeat: no-repeat;
}
#baggrund #container #navigation {
	height: 50px;
	width: 798px;
}
#baggrund #container #indhold {
	height: auto;
	width: 798px;
}

