.fullBg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#maincontent {
  position: fixed;
  top: 0;
  left: auto;
  z-index: 50;
  	right: 0px;
	width: 100%; /*originally 1024px*/
	margin-right: auto;
	margin-left: 210px;
}