/* Fleuren ABM */

html {
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%;
}

body {
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%;
   overflow: hidden;
   background-color: #000000;
   background-image:url(images/bg.gif);
}


#center {
   width: 100%;
   padding: 0px;
   text-align: center;
}

#back {
   width: 100%;
   padding: 0px;
   font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
   color: #333333;
   font-size: 12px;
   text-align: center;
   background-image:url(images/underconstruction.png);
   height: 480px;
   width: 440px;
   vertical-align: bottom;
}

#text{
margin-top: 135px;
}

table {
   position: absolute;
   top: 0px;
}

a:link,A:visited,A:active { 
	text-decoration:none; 
	color: #333333;
}

a:hover { 
	text-decoration:underline; 
	color:#09297c; 
}
