html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

input select textarea {
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;                                                                    
}

body  {
	text-align: center;
	background-image: url(../img/home.jpg);
	background-color: #e6e3df;
	background-position: top center;
	background-repeat: no-repeat;
	color:#000;
	font-family:Verdana;
	font-size:11px;
}

#logo_pertijs {
	z-index: 0;
	background-image: url(../img/logo_pertijs.jpg);
	width: 228px;
	height: 120px;
	position: absolute;
	left: 361px;
	top: 36px;
}

#logo_vergouwen {
	z-index: 0;
	background-image: url(../img/logo_vergouwen.jpg);
	width: 298px;
	height: 60px;
	position: absolute;
	left: 326px;
	top: 66px;
}

#logo_kohler {
	z-index: 0;
	background-image: url(../img/logo_kohler.gif);
	width: 367px;
	height: 97px;
	position: absolute;
	left: 292px;
	top: 49px;
}

#logo_boers{
	z-index: 0;
	background-image: url(../img/logo_boers.jpg);
	width: 124px;
	height: 120px;
	position: absolute;
	left: 413px;
	top: 36px;
}

#home_container {
	width: 950px;
	margin:0 auto;
	position: relative;
	height: 959px;
	text-align: left;

}

#logo_bg {
	top: 0px;
	width: 950px;
	height: 193px;
	background-color: #fff;
	position: absolute;
}

#home_menu {
	position: absolute;
	right: 5px; 
	top: 195px;
	width: 550px;
	text-align: right;
}

.home_menu_item {
	margin-right: 7px;
	font-size: 14px;
	color: #fff;
}


#home_buttons{
	position: absolute;
	top: 394px;
	left: 165px;
}

.home_btn {
	float: left; 
	margin-right: 35px;
}

#home_content{
	position: absolute;
	width: 630px;
	left: 160px;
	top: 595px;
	line-height: 20px;
	font-family: Verdana;
	font-size: 12px;
	overflow: auto;
}

#home_slogan {
	position: absolute;
	width: 268px;
	height: 28px;
	top: 754px;
	left: 342px;
	z-index: -1;
}

#home_footer {
	color: #f47321;
	text-align: center;

	font-size: 14px;
	line-height: 27px;
	letter-spacing: 5px;
	
	position: absolute;
	top: 852px;
	height: 20px;
	width: 870px;
	left: 37px;
}