@charset "utf-8";
/* CSS Document */

body{
background:		#000;	
}

#container{
position:		absolute;
width:			700px;
height: 		560px;
top: 			0px;
left: 			50%;
margin-left: 	-350px;

/*background:		#FFF;*/
}

#roodvlak{
	position:		absolute;
	width:			700px;
	height: 		560px;
	top: 			0px;
	left: 			50%;
	margin-left: 	-350px;
	/*background:		#F00;*/
	background:		url(Roodvlak.png);
}

#text{
	position:		absolute;
	width:			550px;
	height: 		420px;
	top: 			115px;
	left: 			300px;
	margin-left: 	-185px;
	color: #FFF;
}

#mijnfoto{
	/*style="float: left; padding: 3px 3px 0px 3px;"*/
	position:		absolute;
	width:			239px;
	height: 		450px;
	top:			137px;
	left:			-134px;
	background:		url(eenmooiefoto.png);
}

#menu_home
{
	position:		absolute;
	width:			99px;
	height: 		29px;
	top:			153px;
	left:			710px;
	background:		url(home.png);
}

#menu_aboutme
{
	position:		absolute;
	width:			164px;
	height: 		29px;
	top:			199px;
	left:			709px;
	background:		url(aboutme.png);
}

#menu_work
{
	position:		absolute;
	width:			91px;
	height: 		29px;
	top:			244px;
	left:			711px;
	background:		url(work.png);
}

#menu_cv
{
	position:		absolute;
	width:			39px;
	height: 		22px;
	top:			289px;
	left:			730px;
	background:		url(CV.png);
}

#menu_gamedesign
{
	position:		absolute;
	width:			176px;
	height: 		29px;
	top:			329px;
	left:			730px;
	background:		url(Gamedesignkopie.png);
}

#menu_future
{
	position:		absolute;
	width:			106px;
	height: 		29px;
	top:			374px;
	left:			712px;
	background:		url(future.png);
}

#menu_contact
{
	position:		absolute;
	width:			128px;
	height: 		29px;
	top:			420px;
	left:			710px;
	background:		url(contact.png);
}