/* ***
	de styles die bedoelt zijn voor het menu
*** */
html, body, #holder { min-height: 100%; width: 100%; height: 100%;}
html>body, html>body #holder { height: auto;}
body 
{ 
	margin: 0; 
	padding:0; 
	background-color: #000;
	background-image: url(../img/background/background.gif);
}

#holder 
{ 
	position: absolute; 
	top: 0; 
	left: 0;
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 421px;
	background-image: url(../img/logo/top.gif);
	background-repeat: no-repeat;		
}

#content 
{ 
	position: relative;
	padding: 223px 0px 100px 72px;
	height: auto; 
	z-index: 3;
	color: #fff;
}

#footer 
{			
	position: absolute; 
	bottom: 0; 
	left: 0; 
	height: 199px;
	width: 100%;
	border: none; 
	background-image: url(../img/logo/down.gif);
	background-repeat: no-repeat;
	z-index: 2;			
	
}