* { padding:0; margin:0; border:0; }
body {
	background:#e1a45a url(gfx/bgdIntroBodyRepeatX.png) repeat-x 0 50%;
	font:100% Georgia, "Times New Roman", Times, serif;
	color:#792907;
}

html, body {
	min-height:450px;
	height:100%;
	min-width:630px;
	width:100%;
	position:relative;
	behavior:url(minMaxWidthHeight.htc);
}

#wA {
	width:630px;
	height:450px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-225px 0 0 -315px;
	background:#fae0b6 url(gfx/bgdIntroMiddle.png) no-repeat 0 0;
}

#intro {
	padding-top:340px;
	position:relative;
	background:url(gfx/intro.jpg) no-repeat 43px 36px;
	font-size:.8em;
	text-align:center;
}

#intro h1 {
	width:28ex;
	margin:0 auto 15px;
	font-size:1em;
	font-weight:normal;
}

#intro p {
	width:33ex;
	margin:0 auto;
}

#intro a {
	font-weight:bold;
	text-decoration:none;
	color:#792907;
}

#intro a:hover,
#intro a:focus {
	text-decoration:underline;
}

#intro img {
	position:absolute;
}

#logoB {
	top:324px;
	right:470px;
}

#logoDK {
	top:340px;
	right:30px;
}

