/* Main style */
body {
	background-color:		#ffffff;
	background-image:		url(../img/blocks.jpg);
	background-repeat:		repeat;
}

a {
	display:				none;
	width:				100%;
	height:				100%;
	border-width:			0px;
}

#banner {
	position:				absolute;
	bottom:				15px;
	width:				500px;
	left:					50%;
	margin-left:			-250px;
	font-size:				7pt;
	font-family:			Tahoma;
	letter-spacing:			1px;
	color:				#a0a0a0;
	text-align:				center;
}
#banner_vernieuwd {
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 184px;
    height: 178px;
    background-image: url(../img/banner_nieuw.png);
    
}
/* Background brush */
#brush {
	position:				absolute;
	top:					50%;
	left:					50%;
	height:				500px;
	width:				850px;
	margin-left:			-425px;
	margin-top:			-245px;
	background-image:		url(../img/intro_bg.png);
	
}

/* Logo left part */
#logo1 {
	position:				absolute;
	top:					50%;
	left:					50%;
	width:				215px;
	height:				275px;
	background-image:		url(../img/logo1.png);
	margin-left:			-322px;
	margin-top:			-160px;
}

/* Logo right part */
#logo2 {
	position:				absolute;
	top:					-275px;
	left:					50%;
	width:				430px;
	height:				275px;
	background-image:		url(../img/logo2.gif);
	margin-left:			-107px;
	margin-top:			-160px;
	display:				block;
}

/* Logo text */
#logo3 {
	position:				absolute;
	top:					50%;
	left:					50%;
	margin-top:			120px;
	margin-left:			-300px;
	width:				410px;
	height:				30px;
	display:				none;
	background-image:		url(../img/logo3.gif);
}

/* Second logo text */
#logo4 {
	position:				absolute;
	top:					50%;
	left:					50%;
	margin-top:			-225px;
	margin-left:			-130px;
	width:				550px;
	height:				27px;
	display:				none;
	background-image:		url(../img/logo4.gif);
}

#next {
	position:				absolute;
	top:					50%;
	left:					50%;
	margin-top:			160px;
	margin-left:			215px;
	display:				none;
}

#next a {
	display:				block;	
}

a img {
	border-width:			0px;
}

/* Haiti banner */
#haiti {
	position:				absolute;
	/*display:				block;*/
	display:				none;
	height:				100px;
	width:				350px;
	background-image:		url(../img/haiti.png);
	bottom:				50%;
	left:					50%;
	margin-left:			-180px;
	margin-bottom:			-275px;
	cursor:				pointer;
}

