body {
  width: 600px;
  height: 500px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  background-color: #99ccff;
}
#main {
  width: 600px;
  height: 500px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
table {
  border: 1px #cccccc solid;
  font-size: 12px;
}
