/* */
/* HTML & CSS ontwikkeld door PictureThis.tv (www.picturethis.tv) met dank aan Joost de Keijzer (http://dekeijzer.org) */
/* */
body{
margin: 0;
text-align: left;
background-color: #669966;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container{
position: relative;
margin: 0 auto 0 auto;
width: 930px;
height: 600px;
}
#logo{
position: absolute;
top: 0px;
left: 0px;
width: 930px;
height: 85px;
}
#player{
position: absolute;
background-image: url(images/home_player.png);
top: 85px;
left: 0px;
width: 870px;
height: 470px;
padding: 0px 0px 0px 60px;
}
#home_buttons{
position: absolute;
top: 555px;
left: 0px;
width: 930px;
height: 99px;
padding: 0px 0px 0px 0px;
}
#home_groente{
position: absolute;
top: 654px;
left: 0px;
width: 436px;
height: 232px;
}
#home_hyves{
position: absolute;
top: 654px;
left: 436px;
width: 193px;
height: 158px;
}
#home_bedrijven{
position: absolute;
top: 812px;
left: 436px;
width: 193px;
height: 74px;
}
#home_wit_midden{
position: absolute;
top: 654px;
left: 629px;
width: 31px;
height: 232px;
}
#home_informatie{
position: absolute;
top: 654px;
left: 659px;
width: 226px;
height: 232px;
}
#home_wit_rechts{
position: absolute;
top: 654px;
left: 881px;
width: 49px;
height: 232px;
}
#home_footer{
position: absolute;
top: 886px;
left: 0px;
width: 930px;
height: 50px;
}
#credits{
position: absolute;
top: 936px;
left: 0px;
width: 930px;
height: 25px;
text-align: center;
}
/* Links Credits */
.credits {
	font-size: 10px;
	line-height: 18px;
	color: #e7e7e7;
}
a.credits:link {
	font-size: 10px;
	line-height: 18px;
	color: #e7e7e7;
}
a.credits:visited {
	font-size: 10px;
	line-height: 18px;
	color: #e7e7e7;
}
a.credits:hover {
	font-size: 10px;
	line-height: 18px;
	color: #e7e7e7;
}
a.credits:active {
	font-size: 10px;
	line-height: 18px;
	color: #e7e7e7;
}

