@import "base.css";

body {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#container {
  height: auto;
  margin: 0 0 20px 0;
  padding: 200px 0 0 0;
  text-align: left;
  background-image: url("http://cst.k-free.net/css/img/bg_index.gif");
  background-position: 0 0;
  background-repeat: repeat-x;
}
#header {
  width: 100%;
  height: 65px;
  margin: 0 0 10px 0;
  background-color: #000099;
}

#header a {
  display: block;
  width: 440px;
  height: 65px;
  background-image: url("http://cst.k-free.net/css/img/logo.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#header a:hover {
  background-position: 0 -65px;
}

#main {
  padding: 0 0 0 10px;
}
#wrapper {
  display: block;
  height: auto;
  margin: 0 0 10px;
}
#content {
  height: 40px;
}
#contentBody {
  display: block;
  height: 40px;
}
#footer {
  display: block;
  width: 100%;
  height: 120px;
  background-image: url("http://cst.k-free.net/css/img/line_dot01.gif");
  background-position: left bottom;
  background-repeat: repeat-x;
}