* {
    margin: 0;
    padding: 0;
    border: none;
}

html {
    overflow-y: scroll;
}

body {
    font: normal 20px/130% Helvetica, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    background-color: white;
}

a {
    color: #c03030;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

article, footer {
    display: block;
}

#page {
    text-align: left;
    margin: auto;
    padding-right: 140px;
    width: 500px;
    overflow: hidden;
}

h1, h2 {
    font-weight: bold;
    line-height: 100%;
}

h1 {
    font-size: 64px;
    margin: 64px 0;
}

h1.fourohfour {
    font-size: 256px;
}

h2 {
    font-size: 20px;
    padding: 16px 0;
}

article {
    margin: 32px 0;
}

article footer, p.error {
    font-size: 16px;
    line-height: 16px;
    margin: 8px 0;
    color: #9fa8b3;
}

ul {
    list-style-type: none;
    margin-left: 32px;
}

li {
    margin-bottom: 16px;
}

blockquote {
    background: transparent url('quote.png') no-repeat scroll 0px 4px;
    padding-left: 32px;
}

div.quote-source {
    text-align: right;
}

div.tags {
    float: right;
}

.tags a, .date a {
    color: #9fa8b3;
    text-decoration: none;
}

.tags a:hover, .date a:hover {
    text-decoration: underline;
}

img.loader {
    margin: 0 234px;
}

img.service-icon, img.error-icon {
    margin-right: 8px;
    vertical-align: top;
}

img.alpha {
    position: absolute;
    top: 32px;
    right: 32px;
}

footer ul {
    margin: 64px 0;
}

footer li {
    font-weight: bold;
    float: left;
    margin-right: 32px;
}
