body {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-family: arial, verdana;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-attachment: fixed;
}
body.bg {
    background: #fff url(/bg/b8.jpg);
}
h1 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px;
}
.wrapper {
    width: 1000px;
    margin: auto;
    background: rgba(250, 250, 250, 0.8);
    margin-top: 100px;
    border: solid 1px #eee;
    min-height: 400px;
}
footer {
  background: linear-gradient(#888, #666);
  height: 20px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #000;
  font-size: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  display: none;
}
nav {
    background: linear-gradient(to right, #fff 40%, #1faddd);
    height: 40px;
    font-size: 0;
}
nav  a.active,
nav  a:hover {
	color: gold;
}
nav a.logo {
    display: block;
    height: 40px;
    width: 171px;
    background: url(/gfx/logo.png);
    padding: 0;
    float: left;
}
nav  a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: #0c3b50;
    font-size: 16px;
    font-weight: bold;
}
header {
  height: 340px;
  overflow: hidden;
}
.wrapper section {
  padding: 10px;
  border-top: solid 1px #555;
}

a {
  color: #0c3b50;
}
a:hover {
  color: gold;
}