	html, body, #div_total {
		min-height: 100%;
   	height: 100%;
  }

	html>body, html>body #div_total {
		height: auto;
	}

	body {
  	font-family: Verdana, sans-serif;
  	color: #000000;
  	margin: 0px;
   	background-color: #FEF6EF;
	}

	#div_total {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 996px;
    margin-left: -500px;
    background-image: url( ../images/background.jpg );
    background-repeat: repeat-y;
  }

	#div_site {
    z-index: 4;
    position: relative;
    height: auto;
    width: 740px;
    left: 260px;
    padding: 195px 0px 24px 0px;
	}
	
	#div_site #div_site_inline {
    padding: 0px 24px 0px 24px;
	}
	
	#div_menu {
    z-index: 5;
    position: absolute;
    height: auto;
    width: 248px;
    left: 0px;
    margin: 195px 0px 24px 0px;
	}
	
	#div_menu #div_menu_inline {
    padding: 0px 0px 0px 0px;
	}
	
	#div_header {
    position: absolute;
    z-index: 1337;
    margin: 0px auto;
    width: 996px; height: 181px;
    top: 0px;
    background-image: url( ../images/header.jpg );
    background-repeat: no-repeat;
	}
	
	#a_headerlink_home {
		top: 20px;
		left: 37px;
		position: absolute;
		width: 160px;
		height: 110px;
		z-index: 1337;
	}
	
  #div_klok {
    position: absolute;
    z-index: 1;
    margin: 0px auto;
    width: 493px; height: 395px;
    bottom: 0px;
    right: 0px;
  }
  
  #div_klok div {
    height: 395px;
    margin: 0px 13px 0 0px;
    background-image: url( ../images/klok.gif );
    background-repeat: no-repeat;
    background-position: right;
  }
  
  #div_footer {
    position: absolute;
    z-index: 2;
    margin: 0px auto;
    padding: 0px;
    width: 996px; height: 20px;
    bottom: 0px;
    overflow: hidden;
		background-image: url( ../images/footer.jpg );
    background-repeat: no-repeat;
		background-position: bottom center;
  }
	
	#div_footerlink {
		
		text-align: center;
		font-size: 10px;
		padding-top: 5px;
	}
	
	#a_footerlink {
		font-size: 10px;
	}
  
  * html #div_footer {
    bottom: -1px;
  }