body{
	font-family:verdana,arial,helvetica;
	font-size:1.0em;
	color:#000;
	text-align:center;
	padding:0;
	margin:0;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#3064ff;
	text-decoration:none;	
}
#content{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background: url("../images/logo-big.gif") 0 100  no-repeat #ffffff;
	height:420px;
	padding-top:20px;
}
#content h1{
	font-size:1.8em;
	color:#3064ff;
}
#content h2{
	font-size:1.2em;
	color:#3064ff;
}
#links{
	text-align:left;
	float:left;
	width:220px;
	height:390px;
	background: url("../images/blokjes.gif") 60px 370px  no-repeat;
}	
#links img{
	margin-left:40px;
	margin-top:30px;
}
#rechts{
	text-align:left;
	float:left;
	background: url("../images/blackline.gif") 0px 50px  no-repeat;
	padding-left:20px;
	height:360px;
	line-height: 1.6em;

}
#bottom{
	position:relative;
	border:1px solid #3064ff;
	width:720px;
	background:#3064ff;
	font-size:1.3em;
	color:#fff;
	padding-top:6px;
	padding-bottom:12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
div.clearfloat{
	clear:both;
}