body { 
    position:absolute;
    background:#ffd495;
    overflow:hidden;
}

html, body { 
    top:0; left:0; right:0;
    min-height:100%;
  	height:100%;
    margin:0;
    padding:0;
    width:100%;
  	font-family:Arial, Helvetica, sans-serif;
  	text-align:left;
}

#page {
	position:absolute;
	width:100%;
	height:100%;
	text-align:left;
	z-index:1;
}

#headerContainer {
  height: 80px;
  position:relative;
  top:0; left:0;
  padding: 0;
}


#languageselector {
  z-index: 0;
  width: 100%;
  text-align: right;
}

#footerTop {
	text-align:center;
  width: 100%;
	border: 1px dotted #684113;
  height: 24px;  
  padding-left: 15%;
  white-space:nowrap;
  background-color: #ffffff;
}

#footerMiddle {
	padding: 3px;
	text-align:center;
	font-size:9px;
	color: #684113; 
}

#headerBottom {
  float:right;
  height: 50px;
}

#contentContainer {
  overflow: auto;
/*  min-height:70%;*/
  z-index:10;
  position: absolute;
  height: 68%;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  top: 107px;
  left: 0px;
}


#contentTop {
	width: 945px;
	margin: auto;
  padding: 0px;
}

#contentBottom {
	width: 945px;
	margin: auto;
  padding-bottom: 0px;
}

 
#footerContainer {
  position:fixed;
  left: 0px;
	bottom:0px;
  width:100%;
	height:80px;
/*	background-color:FFF1E1;*/
	background-color:ffcb83;
  text-align:center;
	z-index:20;
 
}

#footerContainerCenter {
  position:fixed;
	bottom:0px;
  left: 50%;
  width: 945px;
  margin-left: -472px;
	height:80px;
/*	background-color:FFF1E1;*/
	background-color:ffcb83;
  text-align:center;
	z-index:20;
 
}