HTML {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px !IMPORTANT;
	padding: 0px 0px 0px 0px !IMPORTANT;
}

BODY {
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px !IMPORTANT;
	padding: 0px 0px 0px 0px !IMPORTANT;
	width: 100%;
	height: auto;
	background: url(/images/index/bg.png);
}

img { border: solid 0px white; }

/* Index */
#container {
	position: relative;
	margin: 50px auto 0px auto;
	width: 813px;
	height: auto;
}

IMG#mannetje {
	position: absolute;
	top: -40px;
	left: -90px;
	z-index: 1000;
}

IMG#vrouwtje {
	position: absolute;
	top: -35px;
	right: -45px;
	z-index: 1000;
}

IMG#logo {
	margin: 50px auto;
	display: block;
}

IMG#alibi {
	margin: 10px auto 0px auto;
	height: 15px;
	width: 761px;
}

#countries {
	position: absolute;
	bottom: 25px;
	left: 103px;
	width: auto;
	height: 135px;
	margin: 0px auto;
	padding: 0px 0px 0px 50px;
	overflow: hidden;
	clear: left;
}

DIV.countryballoon {
	float: left;
	width: 192px;
	margin: 0px 84px 0px 0px;
	height: 135px;
	background: url(/images/index/balloncontent.png) top left no-repeat;
}

DIV.countryballoon  A {
	display: block;
	height: auto;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}

DIV.countryballoon  A IMG{
	display: block;
	margin: 0px auto;
	border: 0px;
}

#headerballon {
	position: absolute;
	background: url(/images/index/headerballon.png);
	top: 10px;
	left: 210px;
	width: 310px;
	height: 175px;
	z-index: 1000;
}

#containertop {
	background: url(/images/index/header.png);
	height: 147px;
	width: 761px;
	margin: 0px 0px 0px 26px;
	position: relative;
}

#containerleft {
	float: left;
	width: 26px;
	height: 346px;
	background: url(/images/index/leftbg.png) bottom left;
}

#containercenter {
	float: left;
	width: 761px;
	height: 100%;
	background: red;
	background: url(/images/index/contentbg.png) repeat-y;
}

#content {
	position: relative;
	width: 756px;
	height: 346px;
	background: transparent url(/images/index/ballonbg.png) 25px 25px repeat-y;
}

#containerright {
	float: left;
	width: 26px;
	height: 346px;
	background: url(/images/index/rightbg.png) bottom left no-repeat;
}

#containerbottom {
	background: url(/images/index/footerbg.png);
	height: 30px;
	width: 813px;
	clear: left;
}