body {
	margin: 10px 0px 0px 10px;
	background: #ece1c5 url(../Images/bg-concrete2.jpg);
	/* height: 100%; */
	/* position: relative; */
}

.layout {
	position: absolute;
	top: 10px;
	left: 10px;
}

.content {
	width: 800px;
	position: absolute;
	top: 65px;
	left: 220px;
}

.chalkboard_content {
	width: 800px;
	position: absolute;
	top: 60px;
	left: 180px;
}


#soundbar {
  min-width: 760px;
  position: relative;
}
 
/*IE6 hack for min-width... skipped*/
#soundbar {
  width: 100%;
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

* html #soundbar {
  position: absolute;
  width: 100%;/*IE5.5*/
  bottom: 0;
  left: 0;
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}