body 
{
/*	background: 			url(../img/background.jpg) fixed center no-repeat;*/
	background-color: 		#000000;
	overflow-x:				hidden;
}

/* voor het gecentreerd tonen van de site */
#MainFrame
{ 	
	position:				absolute;
	height:					600px; 
	width:					980px;
	margin:					-300px 0px 0px -490px;
	top: 					50%; 
	left: 					50%;
	overflow: 				hidden;
	color:					0x000000;
}

/* voor achtergrond plaatje */
#Background
{
	position:				absolute;
	left:					0px; 
	top:					0px;
}

/* voor het laden (niet tonen) van floatbox images */
#FloatboxImages
{
	position:				absolute;
	left:					0px; 
	top:					100px;
	width:					0px;
	height:					0px;
	display:				none;
	overflow:				hidden;
}

/* Onze uilen */
#Menu1 a 
{
	position:				absolute;
	left:					130px;
	top:					295px;
	display:				block;
	width:					148px;
	height:					25px;
	background: 			url("../img/onzeuilen.gif") 0 0 no-repeat;
	background-position: 	-1px -1px;
}

/* Mens en uil */
#Menu2 a 
{
	position:				absolute;
	left:					420px;
	top:					295px;
	display:				block;
	width:					148px;
	height:					23px;
	background: 			url("../img/mensuil.gif") 0 0 no-repeat;
	background-position: 	-1px -1px;
}

/* Gastenboek */
#Menu3 a 
{
	position:				absolute;
	left:					760px;
	top:					295px;
	display:				block;
	width:					148px;
	height:					23px;
	background: 			url("../img/gastenboek.gif") 0 0 no-repeat;
	background-position: 	-1px -1px;
}

/* Fotoalbum */
#Menu4 a 
{
	position:				absolute;
	left:					140px;
	top:					540px;
	display:				block;
	width:					148px;
	height:					23px;
	background: 			url("../img/fotoalbum.gif") 0 0 no-repeat;
	background-position: 	-1px -1px;
}

/* Uilenshow */
#Menu5 a 
{
	position:				absolute;
	left:					440px;
	top:					540px;
	display:				block;
	width:					148px;
	height:					23px;
	background: 			url("../img/uilenshow.gif") 0 0 no-repeat;
	background-position: 	-1px -1px;
}

/* Contact */
#Menu6 a 
{
	position:				absolute;
	left:					770px;
	top:					540px;
	display:				block;
	width:					148px;
	height:					23px;
	background: 			url("../img/contact.gif") 0 0 no-repeat;
	background-position: 	-1px -1px;
}

/* Visited menu style */
#Menu1 a:visited,
#Menu2 a:visited,
#Menu3 a:visited,
#Menu4 a:visited,
#Menu5 a:visited,
#Menu6 a:visited
{
	background-position: 	-1px -1px;
}

/* Hover & Active menu style */
#Menu1 a:hover, #Menu1 a:active, 
#Menu2 a:hover, #Menu2 a:active,
#Menu3 a:hover, #Menu3 a:active,
#Menu4 a:hover, #Menu4 a:active,
#Menu5 a:hover, #Menu5 a:active,
#Menu6 a:hover, #Menu6 a:active
{	
	background-position: 	-151px -1px;
}

