body {
	margin: 0px;
	color: black;
	background-color: rgb(255,245,177);
	background-image: url("http://niels.bugge.com/core/niels_bugge_com-baggrund02.jpg"); 
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x ;
}

#topbanner {
	position: fixed; top: 0; 
	left: 50%; margin-left: -400px;
	margin-top: 0px;
	z-index: 2;
	height: 187px;
	width: 140px;
}

#content {
	position: relative;
	left: 50%; margin-left: -260px;
	overflow: hidden;
	text-align: left;
	width: 650px;
	margin-top: 0px;
	padding: 5px;
	color: black;
	background-color: white;
}

#leftmenu {
	position: fixed; top: 0;
	left: 50%; margin-left: -400px;
	text-align: left;
	margin-top: 187px;
	z-index: 2;
	width: 140px;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0; width: 100px
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #FFC125;
width: 5em;
padding: 3px 12px 3px 8px;
text-decoration: none;
font-size: 16px;
border-bottom: 1px solid white;
font-weight: bold;
width: 120px;
}

#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #FFDF39;
width: 5em;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid white;
font-weight: normal;
width: 120px;
}

#navcontainer a:hover
{
color: black;
}
