#container {
	position: absolute;
	width: 802px;
	height: 670px;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top:-334px;
	border: 0px solid black;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

body {
	background-color: #56de00;
}

#menu {
	position:absolute;
	left:0px;
	top:5px;
	width:800px;
	height:130px;
	z-index:1;
}

#midden {
	position:absolute;
	left:210px;
	top:190px;
	width:490px;
	height:390px;
	z-index:1;
}
#middenscroll {
	position:absolute;
	left:210px;
	top:190px;
	width:490px;
	height:390px;
	z-index:1;
	overflow: auto;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
a:link {
	color: #54de00;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
}
