body {
	margin: 0;
	text-align: center;
	overflow-x: hidden;
	background-color: black;
}

#container {
	position: relative;
	width: 1000;
	margin: auto;
	background-image: url('images/body.png');
	background-position: 0 180;
	background-repeat: no-repeat;
	background-color: #F2EADC;
}

#head {
	position: relative;
	left: 0;
	top: 0;
	width: 1000;
	height: 180;
	background-image: url('images/head.png');
}

#plaatje {
	position: absolute;
	left: 0;
	top: 0;
}

#portal {
	position: relative;
	left: 0;
	top: 157;
	width: 922;
	height: 30;
	font: bold 12px Verdana;
	color: #D2D2D2;
	text-align: right;
}

#menu {
	position: absolute;
	left: 0;
	top: 215;
	width: 320;
	font: bold 13px Verdana;
	color: #491616;
	line-height: 2.7;
	letter-spacing: 1.5;
	text-align: right;
}

#page_outer {
	position: relative;
	left: 370;
	top: 0;
	width: 560;
	min-height: 1000;
}

#page_inner {
	padding: 7px;
	margin: 35 0 0 0;

}

a.menu {
	font: bold 13px Verdana;
	color: #7B1520;
	line-height: 2.7;
	letter-spacing: 1.5;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

a.portal {
	color: #D2D2D2;
	text-decoration: none;
}

a.portal:hover {
	text-decoration: underline;
}

h1 {
	font: bold 24px Verdana;
	color: #7B1520;
	margin-top: 0;
	margin-bottom: 6px;
}

p {
	margin-top: 0;
	font: 13px Verdana;
	color: #491616;
	line-height: 33px;
}
