* {
    margin: 0;
    padding: 0;
}
html,body {
    font: 90% Georgia, "Times New Roman", Times, serif;
	background: #000 url(../_images/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
#container {
	height:800px;
	width: 900px;
	margin: 0 auto; /*(min-height: 100%;)
	_height: 100%; /* deze div centreren */
	background:;
	position:relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
	overflow: auto;
}
#logo {
	left: 309px;
	top: 500px;
	position:absolute;
	z-index: 3;
	background-image:url(../_images/cipriani_L.gif);
	background-repeat:no-repeat;
	width: 282px;
	height: 66px;
	color: #cd071e;
}
#intro {
	background-image: url(../_images/Intro_foto_test.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:;
	width: 900px;
	Top: 0x;
	position:absolute;
	z-index: 1;
	height: 800px;
}
#kader {
	padding:20px;
	left: 0px;
	top: -1px;
	position:absolute;
	z-index: 2;
	background-repeat:no-repeat;
	width: 204px;
	color: #FFF;
	border:#000 0 solid;
	text-align:center;
	font-variant:small-caps;
}
#brands {
	right: 70px;
	top: 20px;
	position:absolute;
	z-index:;
	width: 140px;
	color: #000;
}
