body {
	margin: 0;
	text-align: center;
	padding: 0;
	background: #000000 url("../images/scholieren_bg_repeat.jpg") center top repeat-x;
	font-size:62.5%;
	}
DIV#main {
	background: transparent url("../images/scholieren_bg.jpg") center top no-repeat;
}


.normalpage 
{
	padding:10px 20px;
	text-align:left;
	background-color:#fff;
	font-family:Verdana;
	font-size:1.1em;
	line-height:1.7em;
	border:1px solid #999;
	margin:20px auto;
	width:80%;

}

.normalpage li 
{
	margin:1em 0em;
}

.normalpage h2 
{
	font-size:1.5em;
}

.normalpage h3
{
	font-size:1.2em;
}
/* removes focus border in firefox */
:focus
{
  -moz-outline-style: none;
}


