* {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	text-decoration:none;
}
body {
	background-color:#000000;
	width:100%;
	height:100%;
	text-align:center;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#clear {
	clear:both;
}
#bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
#top {
	background-color:#000000;
	width:100%;
	height:71px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	min-width:920px;
}
#logo {
	width:191px;
	height:39px;
	position:absolute;
	top:20px;
	left:30px;
	display:block;
	text-decoration:none;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}
#menu {
	float:right;
	margin-right:15px;
	width:auto;
	margin-top:33px;
}
#menu a {
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	display:block;
	text-decoration:none;
}
#menu a:hover {
	background-color:#212121;
}
#header {
	margin-top:180px;
}
#content {
	background-image:url(images/content_bg.png);
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	margin-top:28px;
}
p {
	width:420px;
	text-align:center;
	float:none;
	margin:0 auto;
}
#noergaard_logo {
	width:70px;
	height:21px;
	background-image:url(images/noergaard_logo.png);
	background-position:0px 0px;
	display:block;
	position:absolute;
	right:30px;
	bottom:30px;
}
#noergaard_logo:hover {
	background-position:0px -21px;
}