/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
YU SNACKS CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

body { /*margin schuift hele body naar beneden*/
	margin: 90px 0; 
	padding: 0; 
	font-family: century gothic, tahoma, sans-serif; 
	color: #FFFFFF;
}

div#wrapper {
	width: 550px;
	height: 410px;
	margin: -50px 300px;
}


div#menu {
	background: #000000;
	height: 18px;
	width: 550px;	
 
}

a {
	font: century gothic, tahoma, sans-serif; 
	font-size: 15px;
	color: #FFFFFF; 
	text-decoration: none; 
}

a:hover {	
	background: #aacf37; 
	color: #00000; 
	text-decoration: none; 
}
	
a:hover#home {
	background: #FFFFFF; 
	color: #000000; 
	text-decoration: none; 
}


div#content {
	font: century gothic, tahoma, sans-serif; 
	font-size: 15px;
	height: 480px;
	width: 600px;
	clear: both; 
	text-align: left; 
	padding: 0; 
	margin: 30px -20px; 
}

div#footer {

	font: century gothic, tahoma, sans-serif;
	font-size: 10px;
	text-align: center; 
	color: #FFFFFF; 
	background-color: #000000;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
EINDE CSS CODE 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

