body{
  background:#ffffff;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
}

#mainCnt{
  width: 800px;
  margin: 0 auto 0 auto;
}

#header{
  height:167px;
  width: 800px;
  margin: 0;
  background-image: url('images/back_end/header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  float: left;
  display: inline;
}

#bodyCnt{
  background: #ffffff;
  height: 650px;
  width: 800px;
  background-image: url('images/back_end/body.jpg');
  background-repeat: no-repeat;
  background-position: top center;
	float: left;  
}

#textCnt{
  background: #ffffff;
  width: 572px;
  float: left;
  margin: 8px 0px 0 30px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 13px;
	text-align: left;
  color: #888888;
  display: inline;
}

	
       
#footer{
  background:#ffffff;
  height: 90px;
  width: 800px;
  margin: -16px auto 0 auto;
  background-image: url('images/back_end/footer.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  float: left;
}



.sideBar{
  width: 123px;
  float: left;
  margin: 0px 0 0 5px;
  padding: 360px 0 0 0;
  display: inline;
	overflow: hidden;
}

.back{
  width: 123px;
  height: 254px;
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline;
}

.copyright{
  width: 384px;
  height: 12px;
  padding: 73px 0 0 0;
  margin: 0 auto 0 auto;
  float: none;
}


a.back{
  display: block;
  width: 123px;
  height: 254px;
  text-decoration: none;
  background: url("images/back_end/back.jpg");
  background-repeat:no-repeat;
}

a.back:hover{
  background-position: -123px 0;
}
