
body {

}

header#page-header {
  height: 100px;
  position: relative;
  font-family: sans-serif;
}

header#page-header div.logo-container {
  position: absolute;
  width: 100%;
  height: 100px;
  background: #010D55;
  z-index: -2;
}

header#page-header div.logo-img {
  position: absolute;
  background: url(../img/logo.png) no-repeat;
  width: 100%;
  height: 262px;
  z-index: -1;
}

header#page-header div.contact {
  position: absolute;
  top: 0; right: 0;
  width: auto;
  color: #fff;
}
header#page-header div.contact a {
  color: #fff;
}

header#page-header nav.main-nav {
  position: absolute;
  width: 100%;
  bottom: -22px;
  left: 0;
  margin-left: 0;
  border-bottom: solid 1px #666;
}

header#page-header nav.main-nav ul {
  float: none;
  margin: 0;
  color: #000;
}
header#page-header nav.main-nav ul li {
  float: left;
  text-align: center;
  width: 25%;
  list-style-type: none;
  margin-left: -2px;
  border-left: solid 1px #666;
}
header#page-header nav.main-nav ul li:first-child {
  border-left: none;
}
header#page-header nav.main-nav ul li a {
  text-decoration: none;
  color: #000;
}

header#page-header nav.userinfo {
  position: absolute;
  right: 20px;
  width: auto;
  margin-right: 0;
  bottom: 20px;
  color: #fff;
}

header#page-header nav.userinfo a {
  color: #99f;
}

header#page-header a.rss-btn img {
  display: block;
  position: absolute;
  right: 20px;
  left: auto;
  top: 26px;
}

section.content {
  width: auto;
}

nav.admin {
  width: auto;
}

p img.eye {
  width: 50%;
  height: 50%;
}