* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%; /* Required */
}
body {
  color: #663300;
  background: url(back.gif) repeat-y center top;
  font: 11px Verdana, sans-serif;

  text-align: center;
}
h1 {
  font: bold 12px Verdana, sans-serif;
}
h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}
a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #006600;
  text-decoration: underline;
}
#container-page {
  margin: 0 auto;
  width: 754px;
  height: auto;
  background: #FFFFFF;
  text-align: left;
  position: relative;
  padding-bottom: 38px;
}
#container-head {
  background: #999;
}
#head {
  padding: 0;
}
#container-content {
  padding: 0px;
}
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#content-pri {
  width: 550px;
  padding-top: 5px;
  padding-bottom: 120px;
  float: right;
}
#content-sec {
  padding-top: 20px;
  width: 200px;
  float: left;
  height: 800px;
}
#content-sec ul,#content-sec ul li {
  list-style: none none;
}
#container-foot {
  clear:both;
  width: 100%;
  background: #CCC;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 39px;
}
#foot {
  padding: 0;
  line-height: 39px;
}
