body {
  background-image: url(../images/bg.gif);
  color: #333;
  font-size: 10pt;
  text-align: center;
  margin: 0;
  padding: 0;
}

h1,h2,p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 16pt;
  margin-bottom: 10px;
}

li {
  margin-top: 10px;
}

a {
  color: #06c;
  text-decoration: underline;
}

a:hover {
  color: #0984FF;
}

#wrapper {
  width: 650px;
  margin: 0 auto;
}

#header {
  width: 620px;
  height: 60px;
  text-align: left;
  background-image: url(../images/c_bg.png);
  background-repeat: repeat-y;
  padding: 15px;
}

#header img {
  float: left;
  border: none;
}

#header div {
  float: left;
  margin-left: 10px;
}

#topicpath {
  width: 635px;
  height: 30px;
  color: #FFF;
  font-size: 8pt;
  text-align: left;
  line-height: 30px;
  padding-left: 15px;
  background-image: url(../images/f_bg.png);
  background-repeat: repeat-y;
}

#contents {
  width: 620px;
  min-height: 400px;
  text-align: left;
  padding: 15px;
  background-image: url(../images/c_bg.png);
  background-repeat: repeat-y;
}

#copyright {
  color: #FFF;
  width: 650px;
  padding-top: 10px;
  text-align: center;
  font-size: 8pt;
  background-image: url(../images/f_bg.png);
  background-repeat: repeat-y;
}

#footer {
  width: 650px;
  height: 15px;
  background-image: url(../images/u_bg.png);
  background-repeat: no-repeat;
}
