/*	body	*/
body	{
	background-color:	#000000;					/*	black */
	margin: 			0px;						/*	*/
}

/*	container	*/
div#container	{
	margin: 			0px auto 0px auto;
	width:				744px;
	height:				624px;
	z-index:			1;
	/*	background-color:	#0000FF;					temp */
}

/*	buttons & menu	*/
div#buttons	{
	width:				744px;
	height:				104px;
	position:			absolute;
	top:				112px;
	z-index:			3;
}

div#buttoninfo	{
	width:				744px;
	height:				26px;
	z-index:			3;
	background-image:	url("../img/index/buttonblank.png");
}
div#buttoninfo a	{
	display:			block;					/*	spread link throughout div	*/
	width:				744px;
	height:				26px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#buttoninfo a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#buttoninfo:hover	{
	background-image:	url("../img/index/buttoninfo.png");
}

div#buttoncontact	{
	width:				744px;
	height:				26px;
	z-index:			3;
	background-image:	url("../img/index/buttonblank.png");
}
div#buttoncontact a	{
	display:			block;					/*	spread link throughout div	*/
	width:				744px;
	height:				26px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#buttoncontact a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#buttoncontact:hover	{
	background-image:	url("../img/index/buttoncontact.png");
}

div#buttonfotoboek	{
	width:				744px;
	height:				26px;
	z-index:			3;
	background-image:	url("../img/index/buttonblank.png");
}
div#buttonfotoboek a	{
	display:			block;					/*	spread link throughout div	*/
	width:				744px;
	height:				26px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#buttonfotoboek a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#buttonfotoboek:hover	{
	background-image:	url("../img/index/buttonfotoboek.png");
}

div#buttonvideoboek	{
	width:				744px;
	height:				26px;
	z-index:			3;
	background-image:	url("../img/index/buttonblank.png");
}
div#buttonvideoboek a	{
	display:			block;					/*	spread link throughout div	*/
	width:				744px;
	height:				26px;
	text-decoration:	none;					/*	hide underlining	*/
	outline:			none;					/*	keep firefox dotted lines out of clicked links	*/
}
div#buttonvideoboek a span	{
	visibility:			hidden;					/*	hide link	*/
}
div#buttonvideoboek:hover	{
	background-image:	url("../img/index/buttonvideoboek.png");
}

/*	menu	*/
div#menu	{
	margin: 			0px auto 0px auto;
	width:				744px;
	height:				104px;
	position:			absolute;
	top:				112px;
	z-index:			2;
	/* background-image:	url("../img/index/menublank.png");					temp */
}