@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/BG.jpg);
}

#Container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#Header {
	clear: both;
	height: 114px;
	width: 970px;
}
#Menu {
	clear: both;
	height: 40px;
	width: 970px;
}
#Middle {
	clear: both;
	height: 401px;
	width: 970px;
}
#Footer {
	height: 145px;
	width: 970px;
}


#TBox1 {
  background-color: #e7e6ec;
  height: 355px;
  width: 565px;
  position: relative;
  top: 40px;
  left: 40px;
  overflow: auto;
}

#TBoxSpt {
  background-color: transparent;
  height: 325px;
  width: 875px;
  position: relative;
  top: 40px;
  left: 40px;
  overflow: auto;
}

#TBoxClnt {
  background-color: transparent;
  height: 365px;
  width: 760px;
  position: relative;
  top: 30px;
  left: 100px;
  overflow: auto;
}

#TBoxWatch {
  background-color: #e8e8e8;
  height: 400px;
  width: 290px;
  position: relative;
  overflow: auto;
}

#TBoxCnt {
  background-color: transparent;
  height: 355px;
  width: 760px;
  position: relative;
  top: 30px;
  left: 100px;
  overflow: auto;
}

#TBoxIdx {
  background-color: transparent;
  height: 336px;
  width: 390px;
  position: relative;
  top: 35px;
  left: 25px;
  overflow: auto;
}
#TBoxBot {
  background-color: #e8e8e8;
}

img.x {
position:relative;
left:0px;
top:-355px;
z-index:-1
}

img.spt {
position:relative;
left:0px;
top:-325px;
z-index:-1
}

img.clnt {
position:relative;
left:0px;
top:-365px;
z-index:-1
}

img.cnt {
position:relative;
left:0px;
top:-355px;
z-index:-1
}

img.idx {
position:relative;
left:0px;
top:-350px;
z-index:-1
}

