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

#main {
   margin-right: auto;
   margin-left: auto;
   margin-top: auto;
}
#top {
   height: 60px;
   width: 830px;
   background-image: url(../images/top2.gif);
   background-repeat: no-repeat;
}
#fl {
  height: 190px;
  width: 830px;
}
#body {
  width: 828px;
  border-left:1px solid #C0C0C0;
  border-right:1px solid #C0C0C0;
  background-color: #EAEAEA;
}

#main p {
  font-family: verdana;
  font-size: 11px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}

