html, body {
    height: 100%;
}
body {
    /*background-image: url(sempre_hip_blur_small_fd.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left;
    color: #333;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    /*font-family: Lora, "Times New Roman", Times, serif;*/
    font-size: 100%;
    line-height: 1.6em;
}
#wrapper {
    max-width: 40em;
    margin: auto;
    padding: 10px;
}
header {
    padding-bottom: 10px;
    text-align: center;
}
nav {
    position: absolute;
    right: 10px;
    top: 20px;
    text-align: right;
}
nav a {
    margin-right: 40px;
    line-height: 1.4em;
    margin-bottom: 12px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    font-size: 1.4em;
    text-shadow: 0px 0px 20px #000;
}
h2 {
    font-weight: 700;
    line-height: 2em;
    font-size: 4em;
    color: #676780;
}
.imagewrap {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.imagewrap_head {
    height: 80%;
    background-position: left center;
}
.imagewrap_head .logo {
    position: absolute;
    bottom: 0;
    width: 80%;
    display: block;
    margin: 2% 10%;
}
.imagewrap_head .logo img {
    width: 100%;
}
.imagewrap h2 {
    position: absolute;
    top: 0;
    color: #fff;
    line-height: 200px;
    width: 100%;
    text-align: center;
}
h3 {
    margin-top: 40px;
    font-weight: 700;
    line-height: 2em;
    font-size: 1.4em;
    color: #676780;
}
h4 {
    margin-top: 20px;
    font-weight: 700;
    line-height: 2em;
    font-size: 1em;
    color: #676767;
}
em {
    font-weight: 700;
}
hr {
    border: 0;
    border-top: 1px solid #aaa;
    margin: 1%;
}
p {
    margin-bottom: 10px;
}
a {
    color: #333;
    font-weight: 700;
}
a.backlink {
    background: #eee;
    padding: 10px;
    margin: 35px;
    display: inline-block;
}
a[name] {
    display: block;
}
