html {
height:100%;
}
body {
	background: #DABD70 url('../images/body_bk.jpg') repeat-x left top;
	margin:0 auto;
	height: 100%;
	min-height:100%;
}

#tableContext{
  position:relative;
  left:0px;
  margin-top:0px;
  height:100%;
	background:url('../images/center_bk.jpg') repeat-y center 124px;
}


html>body #tableContext {
	height:auto !important;
}
#bgTop{
  position:absolute;
  top:0px;
  left:50%;
  z-index:0;
  margin-left:-421px !important;
  margin-left:-420px;
  width: 842px;
  height:183px;
	background: url('../images/top_bk.jpg') no-repeat left top;
}
#content{
z-index:1;
}
html>body #bgTop{
  position:absolute;
  top:0px;
  left:50%;
  z-index:0;
  margin-left:-421px !important;
  margin-left:-420px;
  width: 842px;
  height:183px;
	background: url('../images/top_bk.jpg') no-repeat left top;
}

#bgBottom{
  position:relative;
  left:50%;
  margin-left:-421px;
  width: 842px;
  height:36px;
	background: url('../images/bottom_bk.jpg') no-repeat left top;
}

html>body #bgBottom{
  position:relative;
  left:50%;
  margin-left:-421px;
  width: 842px;
  height:36px;
	background: url('../images/bottom_bk.jpg') no-repeat left top;
}
