 

#contents{
  text-align : center;
  width : 800px;
  margin-top : 10px;
  margin-left : 5px;
}
#col-1{
  float : left;
  width : 380px;
  text-align : left;
}
#col-2{
  width : 380px;
  float : right;
  text-align : left;
}
#footer{
  clear : both;
}
#col-0{
  margin-bottom : 10px;
  text-align : center;
  width : auto;
}
