body{
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  height: 100%;
  color: #ffffff;
  background-image: url("../images/bg_lijn.gif");
  background-repeat: repeat;
}

A			{ font-family : Arial; color : #ffffff; text-decoration: none; }
A:active	{ font-family : Arial; color : #ffffff; text-decoration: none; }
A:visited	{ font-family : Arial; color : #ffffff; text-decoration: none; }
A:hover 	{ font-family : Arial; color : #ffffff; text-decoration: underline; cursor: hand;}

.div_main{ 
	margin-left: -300px;
	margin-right: auto;
	margin-top: -250px;
	left: 50%;
	top: 50%;
	height: 500px;
	width: 600px;
	position: absolute;
}


#hd_top{
  position: relative;
  width: 600px;
  height: 103px;
  left: 0px;
  top: 0px;
  background-image: url("../images/hd_top.jpg");
}

#hd_flash{
  position: relative;
  width: 600px;
  height: 250px;
  left: 0px;
  top: 0px;
}

#bg_menu{
  position: relative;
  width: 600px;
  height: 20px;
  left: 0px;
  top: 0px;
  background-image: url("../images/bg_menu.jpg");
  background-repeat: no-repeat;
}

#content{
  position: relative;
  width: 600px;
  left: 0px;
  top: 0px;
  background-color: #474747;
}

#menu_home{
  position: absolute;
  width: 40px;
  height: 18px;
  left: 14px;
  top:2px;
}

#menu_atelier{
  position: absolute;
  width: 65px;
  height: 18px;
  left: 65px;
  top:2px;
}

#menu_horloges{
  position: absolute;
  width: 74px;
  height: 18px;
  left: 145px;
  top:2px;
}

#menu_sieraden{
  position: absolute;
  width: 74px;
  height: 18px;
  left: 236px;
  top:2px;
}

#menu_trouwringen{
  position: absolute;
  width: 99px;
  height: 18px;
  left: 325px;
  top:2px;
}

#menu_occasion{
  position: absolute;
  width: 65px;
  height: 18px;
  left: 439px;
  top:2px;
}

#menu_contact{
  position: absolute;
  width: 65px;
  height: 18px;
  left: 525px;
  top:2px;
}