	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: #041B23;
	}

	#div_total {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 998px;
    margin-left: -500px;
    background-image: url( ../images/content_bg.jpg );
    background-repeat: repeat-y;
  }
  
	#div_buttons {
    position: absolute;
    z-index: 6;
    margin: 0px auto;
    width: 998px; height: 110px;
    top: 0px;
	}
  
	#div_header {
    position: absolute;
    z-index: 3;
    margin: 0px auto;
    width: 998px; height: 408px;
    top: 0px;
    background-image: url( ../images/header.jpg );
    background-repeat: no-repeat;
    background-position: top;
    background-color: #041B23;
	}
     
  #div_footer {
    position: absolute;
    z-index: 2;
    margin: 0px auto;
    padding: 0px;
    width: 998px; height: 294px;
    bottom: 0px;
    overflow: hidden;
    background-image: url( ../images/footer.jpg );
    background-repeat: no-repeat;
  }
  
  * html #div_footer {
    bottom: -1px;
  }
	
	#div_menu {
    z-index: 5;
    position: absolute;
    width: 265px; height: 262px;
    top: 128px; left: 0px;
	}
	
  /* content */

	#div_content {
    z-index: 4;
    position: relative;
    height: auto;
    padding: 124px 0px 0px 0px;
	}
	
	#top_image {
    padding: 3px 0px 0px 268px;
	}
	
	#foot_image_left {
    padding: 17px 0px 0px 31px;
    float: left;
	}
	
	#foot_image_right {
    padding: 17px 31px 0px 0px;
    float: right;
	}
	
	#text {
	  padding: 15px 422px 68px 264px;
	}
		
	#div_link {
		position: absolute;
		left: 0;
		height: 50px;
		padding: 60px 0 0 33px;
	}
	
	#div_brochure {
		position: absolute;
		right: 0;
		_right: 50px;
		width: 350px;
		height: 100px;
		padding: 10px 33px 0 0;
		color: #FFFFFF;
		font-family: Verdana,sans-serif;
		font-size: 11px;
		text-align: center;
	}
	
	#table_brochure td {
		text-align: left;
		padding: 1px;
	}
	
	#table_brochure .inputBr {
    color: #041B23;
    font-size: 11px;
    margin: 1px 0px;
    height: 15px;
    border: 1px #6D6D6C solid;
    width: 170px;
	}
	
	#table_brochure .submitBr {
		background-color: #A2A2A4;
    color: #041B23;
    margin: 1px 0px;
    border: 1px #6D6D6C solid;
    width: 110px;
    cursor: pointer;
	}
