/*
	0073BE	blauw
	97BBDF	lichtblauw

	AE1F37	rood
*/

body 	{
	background: #FFFFFF url(/image/body_bg_PI.jpg) repeat-x center 92px;
}


#splash {
	display: block;
	width: 777px;
	height: 235px;
	margin: 0 auto;
	padding: 374px 0 0 143px;
	background: #FFFFFF url(/image/splash.jpg) no-repeat;
	color: #666666;
	
}
#splash a:link, #splash a:visited{
	font-size: 11px;
	font-family: arial, helvetica;
	text-decoration: none;
	padding: 40px 0 0 0;
}
	#splash a:hover, #splash a:active {
		text-decoration: underline;	
	}
	
#splash a#hf {
	display: block;
	width: 305px;
	height: 30px;
	background: url(/image/splash_btn_HF.gif) no-repeat;
	color: #0073BE;
	float: left;
	margin: 0 29px 0 0;
	text-align: right;
}

#splash a#pi {
	display: block;
	width: 290px;
	height: 30px;
	background: url(/image/splash_btn_PI.gif) no-repeat;
	color: #AE1F37;
	float: left;
}