body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: verdana,helvetica,sans-serif;
  background: #9fa293 url(/cib/images/bg_body.gif) top center repeat-y;
  color: #000;
  text-align: center;
}
#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  width: 718px;
  background-color: transparent;
  color: #000;
}
#banner {
  position: relative;
  margin: 0;
  padding: 0 20px;
  height: 148px;
  background: transparent url(/cib/images/bg_banner.jpg) no-repeat;
  color: #ccc;
}

#main {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  width: 718px;
}
#content {
  position: relative;
  margin: 0;
  padding: 0 10px;
  width: 698px;
  \width: 718px;
  w\idth: 698px;
  background-color: transparent;
  color: #000;
  text-align: left;
}
#nav {
  margin: 1px -3px 10px;
  padding: 0;
}
#footer {
  margin: 0;
  padding: 5px;
  clear: both;
  background-color: transparent;
  color: #666;
  font-size: 70%;
  text-align: right;
  border-top: 1px solid #666;
}