html
{
	min-height:					100%;
}

body
{
	padding:					0px;
	margin:						0px;
	
	
	background:					#6a6a6a url(../images/intro_bg.jpg) top left repeat-x;
	min-height:					100%;
}

body, td
{
	font-family:				"Trebuchet MS", verdana, arial;
	font-size:					11px;
}


#container
{
	position:					relative;
	float:						right;
	width:						700px;
	height:						100%;
	
	padding-bottom:				120px;
}


#gray_block {
	position:relative;
	top:250px;
	
	background-color:#d4d4d4;
	width:700px;
	height:281px;
	
	z-index:10;
}

#master
{
	position:					absolute;
	
	width:						100%;
	min-height:					100%;
}

a.van_beers_ballooning
{
	background:url("../images/ballonvaren.jpg") top left no-repeat;
	width:218px;
	height:349px;
	display:block;
	position:absolute;
	top:-97px;
	left:30px;
	display:inline;
	z-index:10;
}

a.aangenaam_varen
{
	background:url("../images/bootverhuur.jpg") top left no-repeat;
	width:219px;
	height:349px;
	display:block;
	position:absolute;
	top:-97px;
	left:300px;
	display:inline;
	z-index:10;
}

.text_slogan {
	float:right;
	margin-right:0px;
	margin-top:248px;
	text-transform:uppercase;
	font-size:11px;
	color:#d4d4d4;
	font-weight:bold;
	padding-top:5px;
	padding-right:5px;
}

#footer
{
	width:100%;
	height:40px;
	
	position:absolute;
	bottom:0px;
	right:0px;
	background:#d4d4d4;
	clear:both;
	color:#6a6a6a;
}

#footer .right {
	float:right;
	margin-top:12px;
	margin-right:12px;
}

#footer .left {
	float:left;
	margin-top:12px;
	margin-left:12px;
}

#footer a {
	color:#6a6a6a;
	text-decoration:none;
	
}