html,body {
	margin:0px;
	font: 12px normal Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff url(http://www.welldotcom.nl/bugel/left.jpg) top left repeat-y;
	width: 100%;
	height: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
	height:auto !important;
	min-height:100%;
	background: url(http://www.welldotcom.nl/bugel/right.jpg) top right repeat-y;
}

#header {
	width: 100%;
	height: 280px;
	background: url(http://www.welldotcom.nl/bugel/top.jpg) top right repeat-x;
    position: relative;
}

#topleft {
  width: 100px;
  height: 100px;
  background: url(http://www.welldotcom.nl/bugel/topleft.jpg);
  position: absolute;
  top: 0px;
  left: 0px;
}

#topright {
  width: 200px;
  height: 190px;
  background: url(http://www.welldotcom.nl/bugel/topright.jpg);
  position: absolute;
  top: 0px;
  right: 0px;
}

#bugelhajema {
  width: 178px;
  height: 52px;
  background: url(http://www.welldotcom.nl/bugel/bugelhajema.jpg);
  position: absolute;
  top: 107px;
  right: 223px;
}

#logo {
  position: absolute;
  top: 107px;
  left: 117px;
}

#info {
  height: 75px;
  border-left: 1px solid #d9dc00;
  position: absolute;
  top: 100px;
  left: 285px;
  padding: 5px 0px 0px 15px;
  font-size: 10px;
  color: #9c9b9b;
}

#info h3 {
  margin: 0px 0px 5px 0px;
  font-size: 18px;
  color: #000;
}

#info span {
  width: 65px;
  display: block;
  float: left;
}

#outermenu {
  width: 100%;
  height: 35px;
  position: absolute;
  top: 213px;
  left: 0px;
  background: #d9dc00 url(http://www.welldotcom.nl/bugel/left.jpg) top left repeat-y;
}

#innermenu {
  width: 100%;
  height: 35px;
  background: url(http://www.welldotcom.nl/bugel/right.jpg) top right repeat-y;
  position: relative;
}

#innermenu ul {
  list-style-type: none;
  margin: 0px 0px 0px 85px;
}

#innermenu ul li {
  float: left;
  padding: 6px 15px 7px 15px;
  border-right: 5px solid #fff;
}

#innermenu ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#innermenu ul li a:hover {
  color: #000;
}

#border {
  background: #fff;
  width: 5px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: 120px;
}

#content {
  padding: 0px 90px 0px 145px;
  background: url(http://www.welldotcom.nl/bugel/dots.jpg) 123px 0px repeat-y;
}

#right {
  width: 100%;
}

#title {
  padding: 0px 0px 15px 0px;
}

#clear {
  clear: both;
}

#footer {
  height: 50px;
}