body {
  font-family: "Tahoma";
  color: #030406;
  margin: 0 auto;
  width: 1000px;
}

header {
  height: 128px;
  width: 100%;
  background: #030406;
}

nav {
  width: 100%;
  text-align: right;
}

nav ul {
  float: right;
}

nav ul li {
  list-style: none;
  float: left;
  margin: 0 15px 0 15px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px 0;
}

nav ul li a.active {
  text-decoration: underline;
  color: red;
}

h1 {
  color: red;
}

.icon-img {
  float:left;
}

.clear {
  clear: both;
}

#logo {
  float:left;
}

#content {
  text-align: center;
}

#footer-u {
  background: #030406;
  text-align: center;
  color: #fff;
  line-height: 2;
  width: 100%;
  height: 75px;
  margin-top: 50px;
}

#footer-u a {
  color: #fff;
}

footer {
  margin-top: 10px;
}

footer a {
  margin-right: 10px;
  color: #000;
}

#we-bue {
  color: #000;
  font-size: 15px;
  float:left;
  margin-bottom: 30px;
}

#footer-nav {
  float:right;
}

#footer-nav a {
  text-decoration: none;
}
