#center {
  width:1024px;
  margin:0px auto;
}
#main {
  width:832px;  
  border-bottom:1px solid #573735;
  border-left:1px solid #573735;
  border-right:1px solid #573735;
  margin:0px auto;  
  background:#FFDB6F; 
}
#left {
  width:569px;
  float:left;
  background:#212121;
  padding:18px
}
#right {
  width:227px;
  float:right;
  background:#FFDB6F;
}
#footer {
 width:832px;
 height:82px;
 background:#6D6D6D;
 clear:both;
 text-align:left;
}
#footer_inside{
 width:832px;
 height:62px;
 background:#4A4A4A;
}
#footer_navi{
 color:#999999;
 padding:22px;
 float:left
}
#footer_stat{
 color:#999999;
 padding:22px;
 float:right;
}
.clear {
  clear:both;
}