body {
    background-image: url(img_src/bgnokat.png);
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    font-family: "Helvetica", "Arial";
    color: #fff;
    font-weight: 200;
}
#title {
    margin: 9% auto 60px auto;
    font-size: 20px;
}
#nav {
    margin-top: 40px;
}
#content {
}
#content img {
    width: 40%;
    margin: 20px 2%;
    display: inline-table;
    padding: 10px;
    background: #fff;
}
#back {
    position: fixed;
    top: 20px;
    left: 20px;
}
#back img {
    width: 24px;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
a:visited {
    color: inherit;
    text-decoration: none;
}