body{
	margin-top: 15px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;		/*generieke font-familie: een niet-proportioneel lettertype*/
	font-size: 15px;
	background-color: #e2e2e2;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: none;
}
#main{
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
	margin-bottom: auto;
	padding: 0px;
	#background-color: #ffffff;
	border-style: none;
}


h1{
	font-family: sans-serif; 
	font-weight: bold;
	font-size: 100px;
}

.center{
	text-align: center;
}