html {
    margin: 0;
    height: 100%;
    min-height: 800px;
}

body {
    font-family: 'Oswald', Sans Serif;
    font-size: 1em;
    color: #050304;
    background-color: #ffffff;
    margin: 0;
    height: 100%;
    min-height: 800px;
    background: #ffffff url("/img/background.jpg") no-repeat top left;
    background-size: 100% 100%;
}

a, a:visited, a:active {
    color: #0c6465;
    text-decoration: none;
}

a:hover {
    text-decoration: dashed underline;
}

#content {
    width: 50%;
    min-width: 320px;
    max-width: 600px;
    height: 100%;
    min-height: 800px;
    margin: 0 auto;
    background: #f4f5f0;
}

#profile {
    text-align: center;
}

#profile img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 0px;
    margin: 4em 1em 1em 1em;
}

#profile h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
}

#links {
    margin-top: 2em;
    text-align: center;
}

#links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#links li {
    display: inline;
    margin: 0 0.5em 0 0.5em;
}
