@charset "utf-8";
/* CSS Document */
*
{
padding:0;
margin:0;
}
body
{
	text-align:center;
	background-color: #000;
	background-image: url(../afbeeldingen/sterrenhemel.jpg);	
}
#wrapper
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:800px;
	top: 20px;
}
#navigation
{
	 position:absolute;
	 left:0;
	 top:0;
	font-size:20px;
	width:800px;
}
#navigation ul
{
	list-style:none;
	padding-top:1em;
	text-align: center;
}
#navigation ul li
{
	display:inline;
	background-color:#6CF;
	margin:15px;
}
#navigation a:link,#navigation a:visited
{
	color:#F60;
	text-decoration:none;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style:outset;
	border-left-style: outset;
}
#navigation a:hover
{
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style:inset;
}
div p
{
	color:#F60;
}

