body 
{
    background-color:#000000;
    margin:0;
    padding:0;
    overflow:hidden;
}

#page
{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
}
#header
{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:60px;
    z-index:5;
    
}
    #header #menu
    {
        position:relative;
        margin-left:auto;
        margin-right:auto;
        width:650px;
    }

#content
{
    position: absolute;
    margin-top:-60px;
    width:100%;
    height:100%;
    z-index:1;
}
#flashcontent
{
    position:relative;
    top:60px;
    width:100%;
    height:100%;
    
}

#menu a
	{
		background-image:url('/assets/buttons.jpg');
		background-repeat:no-repeat;
		background-position:0 0;
		display:block;
            text-decoration:none;
	}
	#menu a:hover
	{
		text-decoration:none;
	}
		#menu a#btn_home		{	background-position:0 0;	width:57px;		height:48px;	}
		#menu a#btn_nieuws	{	background-position:-57px 0;	width:67px;		height:48px;	}
		#menu a#btn_afrikaloop	{	background-position:-660px 0;	width:105px;	height:41px;	}
		
		#menu a#btn_projecten	{	background-position:-262px 0;	width:61px;	height:50px;	}
		#menu a#btn_safari	{	background-position:-577px 0;	width:80px;	height:49px;	}
		#menu a#btn_gevoel	{	background-position:-470px 0;	width:105px;	height:41px;	}
		#menu a#btn_links		{	background-position:-214px 0;	width:48px;	height:49px;	}
		#menu a#btn_fotos		{	background-position:-410px 0;	width:61px;	height:49px;	}
		
		#menu a#btn_reageer	{	background-position:-123px 0;	width:90px;	height:48px;	}
		
		
		
		#menu a#btn_home:hover		{	background-position:0 -51px;	}
		#menu a#btn_nieuws:hover	{	background-position:-57px -51px;	}
		#menu a#btn_afrikaloop:hover	{	background-position:-660px -53px;	}
		
		#menu a#btn_projecten:hover	{	background-position:-262px -51px;	}
		#menu a#btn_safari:hover	{	background-position:-577px -53px;	}
		#menu a#btn_gevoel:hover	{	background-position:-470px -61px;	}
		#menu a#btn_links:hover		{	background-position:-213px -49px;	}
		#menu a#btn_fotos:hover		{	background-position:-410px -51px;	}
		
		#menu a#btn_reageer:hover	{	background-position:-123px -50px;	}
