@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  min-width: 740px;
  background-color: #999999;
  color: #ffffff;
  background-repeat: no-repeat;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.wrapper {
  padding: 10px 20px 7px;
  height: 550px;
  margin-left: auto;
  width: 740px;
  background-color: black;
  margin-right: auto;
  color: #ffffff;
  margin-top: 30px;
}

#header {
  width: inherit;
  height: 500px;
  background-image: url(background_5.jpg);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#header img {
  float: left;
  position: absolute;
  left: 210px;
  top: 220px;
}
#header h3 {
  position: relative;
  left: 70px;
  color: #666666;
  font-size: 210%;
  width: 400px;
  top: 140px;
}
#header h4 {
  color: #666666;
  font-size: 140%;
  width: 300px;
  position: relative;
  top: 255px;
  right: 280px;
}
#header #sign {
  width: 300px;
}
#navigation {
  width: 100%;
  background-color: #000000;
  float: left;
  height: 24px;
  padding-top: 10px;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#navigation a {
  float: left;
  display: block;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  color: #ffffff;
  text-decoration: none;
}
#navigation a:visited {
  color: #ffffff;
  text-decoration: none;
}
#navigation a:hover {
  text-decoration: none;
  color: gold;
}
#navigation li {
  margin: 0 54px 0 0;
  float: left;
  height: 22px;
}
#navigation li.link {
  margin: 0;
  float: right;
  height: 22px;
}
#copyright {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  text-align: center;
  color: #333333;
  vertical-align: bottom;
  background-color:black;
  margin-top:0px;
width: 740px;
margin-right: auto;
margin-left: auto;
padding: 10px 20px 7px;
visibility: visible;
}
