@charset "UTF-8";

body {
  color:#888;
}

#header {
  height:108px;
  background:url(header-bg.png) repeat-x;
}

#header .title {
  width:816px;
  margin:0 auto;
  position:relative;
}

#header .title h1 {
  position:absolute;
  left:0;
  top:35px;
}

#header .title #tel {
  position:absolute;
  left:558px;
  top:35px;
}

#wrapper {
  background:url(header-shadow.png) repeat-x;
}

#main {
  width:816px;
  margin:0 auto;
  background:url(main-bg.png) repeat-y;
  position:relative;
}

#body {
  width:800px;
  margin-left:8px;
}

#shadow {
  position:absolute;
  left:0;
  top:0;
  width:816px;
  height:10px;
  background:url(main-top-shadow.png) no-repeat;
}

#footer {
  height:55px;
  background:url(footer-bg.png) repeat-x;
  margin:0;
}

#copyright {
  position:relative;
  width:816px;
  margin:0 auto;
  height:55px;
  color:#999;
  text-align:right;
  overflow:hidden;
  background:url(copyright-bg.png) left bottom no-repeat;
}


#copyright p {
  position:absolute;
  right:4px;
  bottom:4px;
}

#counter {
  position:relative;
  height:20px;
  margin-top:-20px;
  text-align:center;
}

#counter a,
#counter a:link,
#counter a:active
#counter a:hover,
#counter a:focus {
  text-decoration:none;
  color:#fff;
}

#counter a:visited {
  color:#666;
}

p.back {
  text-align:center;
  padding-top:32px;
}