body {
    font-family: Ubuntu,Helvetica,Arial,Lucida Grande,sans-serif;
    max-width: 640px;
    margin: 0.5em auto !important;
    float: none !important;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
h1 {
    text-align: center;
    font-size: 1.8em;
}

h2 {
    font-size: 1.2em;
    color: #09c;
}
p.tagline {
    text-align: center;
    font-size: 1.3em;
    font-weight: lighter;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.footer {
    font-size: 0.75em;
    margin-bottom: 25px;
}

span.light {
    color: #999999;
    font-weight: lighter;
}

img.fullwidth {
    max-width: 100%;
}
