@charset "UTF-8";

/* CSS Document */
a:link {
  color: red;
}

a:visited {
  color: royalblue;
}

#container {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

#header {
  height: 90px;
}

#header .header_logo {
  vertical-align: middle;
  float: right;
}

#footer {
  height: 90px;
  background-color: #000;
  background-image: url(../images/img_top_footer.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  clear: both;
  color: #FFF;
  text-align: center;
  font-size: 10px;
}

#footer #fotter_link {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}


#footer .page_link .link {
  padding-right: 10px;
  float: left;
  font-size: 14px;
  color: #FFF;
}

#footer .copylight {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  padding-top: 5px;
}
