body {
   padding: 0px;
   margin: 0px;
   font-size: 100%;
   color: #a2a0a0;
   background-color: #000000; 
   background-image:url('img/layout/bg.jpg');   
   font-family: 'Saira', sans-serif;
   margin-top: 20px
}

.wrapper{
   margin: 0px auto;
   width: 900px;
}


 /* aankleding van de linkjes */

 a:link {
    color: #a2a0a0;
	text-decoration: none;
}

a:visited {
    color: #a2a0a0;
	text-decoration: none;
}

a:hover {
    color: #ffffff;
	text-decoration: underline;
}

a:active {
    color: #ffffff;
	text-decoration: underline;
} 

 /* einde aankleding van de linkjes */
 
