body {
	background-color: #000000;
	font-family:Arial;
}
div#Fokeret {
    position:relative;
    top:1px;
	left:1px;
	height:740px;
	width:1010px;
	margin:auto;
	overflow:hidden;
	background-color:#000000;
    background-image:url('elements/bg1.jpg');
    background-repeat:no-repeat;
    z-index: 1;
}

div#Menu {
    position:absolute;
	top:300px;
	left:25px;
	height:300px;
	width:135px;
	overflow:hidden;
	z-index: 1;
}


div#footer{
    position:relative;
    top: 674px;
    left: 0px;
    width: auto;
    height: auto;
   	overflow:hidden;
    z-index: 2;
    
    text-align: center;
    font-family: sans-serif, times  ;
    font-size: 11px; 
    color: white; 

}

div#footer p{
	margin-top: 3px;
	margin-bottom: 3px;
}

div#footer a:link	 {color:  white; text-decoration: none;}
div#footer a:visited {color:  white; text-decoration: none;}
div#footer a:hover   {color:  white; }

