html
{
	margin: 0px 0px 0px 0px;
	background-color: #C0C0C0;
	font-size: 12px;
	text-align: justify;
	height: 100%;
}

body
{
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

#outer
{	
	text-align: center;
	height: 100%;
}

#inner
{	
	
	text-align: left;
	background-color: #FFFFFF;
	width: 800px; 
	margin: auto;
	border-color: #000000;
	border-width: 1px;	
	border-style: solid;
	padding: 0px;
	/* height: 570px; /* bizar dat FF2 dit niet afleidt zoals IE6 en IE7! */
}


h1 {
	font-size: 2.2em;
	margin: 0px;
}

p {
	text-align: left;
}