html, body {
    height: 100%;
    width: 100%;
    background: #eee url("img/dust.png") repeat;
    color: #111;
    margin: 0;
    padding: 0;
}

body, a {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

h1, h2 {
    text-transform: uppercase;
    font-weight: lighter;
}

h1 {
    font-size: 36px;
    line-height: 150%;
}

h2 {
    margin-bottom: 30px;

}

p {
    line-height: 150%;
}

a:hover {
    color: #3498db;
}

em {
    font-style: normal;
    font-weight: normal;
}

#content {
    max-width: 500px;
    width: 80%;

    position: relative;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    /**/
    margin: 0 auto;
}

ul {
    margin-top: 15px;
}

li {
    float: left;
    margin-right: 12px;
}

#bar {
    position: absolute;
    background-color: #333;
}