body  {
	background-color:		#000;
	font-family: 			Verdana, Arial, Helvetica, sans-serif; 
	color: 					#eee;
	font-size: 				0.8em;
	line-height: 			1.6em;
}

#holder {
	margin:		50px auto;
	width:		550px;
	height:		400px;
	padding:	0 5px;
	text-align:	center;
}


h1 {
	margin:		5px 0;
	padding:	0;
	font-size:	1em;
	color:		#5273B1;
}
h2 {
	margin:		0;
	padding:	0;
	font-size:	0.9em;
	font-weight: normal;
}

/* linkjes */
a {
	text-decoration : 	none;
	color: 				#999;
}
a:hover {
	text-decoration : 	underline;
	color: 				#fff;
}
