body#intro
	 {
 	 background-color: #ffffff;
 	 color: #800000;
 	 text-align:center;
 	 margin:0;
	 }

div#pagina
	{
 	 position:relative;
 	 width: 500px;
 	 margin-top: 0px;
 	 margin-left: auto;
 	 margin-right: auto;
	 }

#mainintro
	{
	display: block;
	background: #ff0000;
	border: 1px solid #000000;
	position: absolute;
	left: 0px;
	top: 31px;
	width:130px;
	height: 50px;
	}	 

#mainintro a
	{
	color: #000000;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	padding-top: 12px;
	display: block;
	}
	 
#mainintro a:hover
	{
	font-weight: bold;
	}

#maininfo
	{
	display: block;
	background: #00ff00;
	border: 1px solid #000000;
	position: absolute;
	left: 357px;
	top: 356px;
	width:130px;
	height: 50px;
	}	 

#maininfo a
	{
	color: #000000;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	padding-top: 12px;
	display: block;
	}
	 
#maininfo a:hover
	{
	font-weight: bold;
	}
		 
#mainbedrijf
	{
	display: block;
	background: #00c0ff;
	border: 1px solid #000000;
	position: absolute;
	left: 27px;
	top: 287px;
	width:130px;
	height: 50px;
	}	 
#mainbedrijf a
	{
	font-family: arial;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	padding-top: 12px;
	display: block;
	}
	 
#mainbedrijf a:hover
	{
	font-weight: bold;
	}
		 
#maincontact
	{
	display: block;
	background: #ffff00;
	border: 1px solid #000000;
	position: absolute;
	left: 351px;
	top: 98px;
	width:130px;
	height: 50px;
	}	 

#maincontact a
	{
	color: #000000;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	padding-top: 12px;
	display: block;
	}
	 
#maincontact a:hover
	{
	font-weight: bold;
	}

