/***********************
*** GENERAL ************
***********************/
body
{
	background-image: url('../img/strook.png');
	margin-top: 0px;
}

div
{
	border: 0px solid black;
	text-align: left;
}

div.main
{
	width: 900px;
	position: relative;
}

td.td1
{
	width: 100px;	
}

td.td2
{
	width: 300px;	
}


#scene1
{
	position: absolute;
	width: 834px;
	height: 619px;
	background-image: url('../img/scene01.jpg');	
	z-index: 0;
}


#scene2
{
	position: absolute;
	width: 834px;
	height: 619px;
	background-image: url('../img/scene02.jpg');	
	z-index: 0;
}

#buttonplus
{
	position: absolute;
	top: 400px;
	left: 535px;
	width: 79px;
	height: 23px;
	background-image: url('../img/open_01.png');
	z-index: 999;
	display: block;
}

#bevaplast
{
	position: absolute;
	top: 520px;
	left: 25px;
	width: 143px;
	height: 40px;
	background-image: url('../img/over_bevaplast_normaal.jpg');
	z-index: 999;
	display: block;
}

#soapopular
{
	position: absolute;
	top: 520px;
	left: 535px;
	width: 143px;
	height: 40px;
	background-image: url('../img/over_soapopular_normaal.jpg');
	z-index: 999;
	display: block;
}

#email
{
	position: absolute;
	top: 520px;
	left: 675px;
	width: 143px;
	height: 40px;
	background-image: url('../img/stuur_email_normaal.jpg');
	z-index: 999;
	display: block;
}