@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #333333;
	background-color: #D55F22;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#header {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	height: 100px;
	width: 900px;
	text-align: left;
}
#midden {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #333333;
	background-color: #F4F4B6;
	float: left;
	height: 600px;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#middenbak {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	color: #333333;
	background-color: #F4F4B6;
	float: left;
	height: 600px;
	width: 900px;
	overflow: auto;
}

#container {
	background-color: #FFFFFF;
	height: 700px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

