@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
}
.div_main
{
	height:611px;
	width:900px;
	background-image:url(../images/achtergrond.jpg);
	position:absolute;
	left:50%;
	margin-left:-450px;
}

.button_home
{
	background-image:url(../images/button_home.jpg);
	height:38px;
	width:48px;
	left:105px;
	top:550px;
	position:absolute;
}
.button_home:hover
{
	cursor:pointer;
}

.inner_frame
{
	position:absolute;
	left:50%;
	margin-left:-75px;
	top:180px;
	height:420px;
	width:450px;
}
.button_movie
{
	background-image:url(../images/button_movie.jpg);
	height:41px;
	width:39px;
	left:155px;
	top:550px;
	position:absolute;
}
.button_movie:hover
{
	cursor:pointer;
	
}
.button_photo
{
	background-image:url(../images/button_photo.jpg);
	height:34px;
	width:40px;
	left:196px;
	top:550px;
	position:absolute;
}
.button_photo:hover
{
	cursor:pointer;
}

.button_links
{
	background-image:url(../images/button_links.jpg);
	height:14px;
	width:64px;
	left:238px;
	top:560px;
	position:absolute;
}
.button_links:hover
{
	cursor:pointer;
}


.button_email
{
	background-image:url(../images/button_email.jpg);
	height:21px;
	width:36px;
	left:304px;
	top:560px;
	position:absolute;
}
.button_email:hover
{
	cursor:pointer;
}

.button_slingshot
{
	background-image:url(../images/button_slingshot.jpg);
	height:86px;
	width:86px;
	left:250px;
	top:400px;
	position:absolute;
}
.button_slingshot:hover
{
	cursor:pointer;
}

.button_nixlogo
{
	background-image:url(../images/button_nixlogo.jpg);
	height:68px;
	width:68px;
	left:180px;
	top:410px;
	position:absolute;
}
.button_nixlogo:hover
{
	cursor:pointer;
