html,body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background: #C1C2C5 url('/images/allesmetlogooverview/background.png') repeat-x;
	font-family: arial;
	font-size: 14px;
}

#fullheight{
	height:100%
}


div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

div#html_left {
	width: 600px;
	height: 200px;
	float:left;
	margin-left:12px;
	margin-right:12px;	
	overflow: hidden;
}

div#html_right {
	width: 366px;
	height: 200px;
	float:left;
	overflow: hidden;
}

div#yellow {
	margin-left:12px;
	background-color: #FDC600;
	width: 975px;
	height: 57px;
}

div#gray {
	margin-left:12px;
	background-color: #E4E2E4;
	width: 975px;
	height: 35px;
	text-align: center;
}


div#gray h1 {
	margin:0;
	padding:0;
	color: #C7C5C8;
}

div#logo {
	margin-left:8px;
}

