﻿html{}

body 
{
	background-color: #FCFCFC;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:active, a:hover
{
	color: 	#888888;
	text-decoration:underline;
}
    
#divOuter
  {
  position: absolute;
  left: 50%;
  top: 50%;
  width:772px;     
 height:570px;
  margin-left: -386px; /* half of width */
  margin-top: -285px;  /* half of height */
  border:1px solid #eeeeee;
  background-color:#FFFFFF;
  }
  
  
#content
  {
  position:absolute;
  left: 50%;
  top :50%;
  width: 772px;
  height: 570px;
  margin-left: -386px; /* half of width */
  margin-top: -285px;  /* half of height */
  background-color:#FFFFFF;
  }
      

#agentuur99
{
	background-image:url(images/lijn.gif);
	background-repeat:no-repeat;
	background-position: 0px 30px; 	
	width:260px;
	height:600px;
	float:right;
	visibility: hidden;
}

#topText{margin-left:20px;top:5px; position:absolute;}
#bottomText{margin-left:60px;position:absolute;width:148px;float:none;top:365px;right:162px;}
#mover{position:absolute;top:260px;z-index:0;right:235px}
#center{position:absolute;top:273px;z-index:1;height:70px;}
#butefabrics{height:20px;margin-left:200px;}

