* {
  padding: 0;
  margin: 0;
  border: 0;
}

body, html {
  text-align: center;
	height: 100%;
}

.clear { clear: both; }

#mainContainer {
  width: 868px;
  margin: 0 auto;
  min-height: 300px;
  text-align: left;
}

* html #mainContainer {
  height: 100%;
	
}

#header {
  width: 868px;
	min-height: 119px;
  margin: 0 auto;
  text-align:left;
	position: fixed;
	z-index: 20;
}

 
* html body{
  overflow:hidden;
}

.outer { 
	z-index: 10;
	height: 100%;
	
	
}
.inner {
  width: 868px;
	height: 100%;
}
* html .inner {
  width: 100%;
}
.float-wrap {
  float: left;
  width: 868px;
	height: 100%;
}

#content {
  float: left;
  width: 555px;
	position: relative;
	padding-top: 120px;
	height: 100%;

}

* html #content {
  position: relative;
}
.contentWrap {
  position: relative;
	left: 300px;
  padding: 5px;
}

#left {
  float: left;
  width: 290px;
  padding: 5px;
	position: fixed;
	top: 120px;
  height: 100%;

}

* html #left {
  position: relative;
  height: 280px;
}
.endofpage{
  height: 1200px;
	display: block;
	float: left;
	clear: left;
	width: 100px;

}

