p,
h1,
h2,
h3,
h4,
ul,
li,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin-bottom: 15px;
}

a {
    color: #7998a5;
}

body {
    font-family: 'arial', 'trebuchet ms', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: #121314;
    color: #FFF;
}

#content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -6.0em;
}

#no { color: #ce4949; }
#yes { color: #a9d46f; }

/* JavaScript Enabled? */

#is-javascript-enabled {
    color: #7998a5;
    text-transform: uppercase;
    font-size: 1.5em;
}

#is-javascript-enabled span {
    font-size: 4.0em;
}

/* Extras */

#extras {
    font-size: 0.5em;
}

#extras p {
    display: inline;
    margin: 0 3px;
}

#extras a {
    color: #333;
    text-decoration: none;
    background: url(../images/javascript_enabled/dotted-border.gif) center bottom repeat-x;
}

/* Diagnostics */

#diagnostics {
    margin-bottom: 20px;
}

#diagnostics .javascript-enabled {
    font-size: 0.8em;
    color: #CCC;
    text-transform: uppercase;
}

#diagnostics-form {
    padding-top: 20px;
    border-top: 1px solid #222;
    font-size: 0.76em;
    color: #666;
}

#diagnostics-form .errors {
    color: #ce4949;
}

/* About */

#about {
    width: 400px;
    line-height: 150%;
    margin: -4.0em auto 15px;
    text-align: left;
    color: #CCC;
}

#about h1 {
    margin-bottom: 25px;
}

#about h2 {
    font-size: 0.9em;
    float: left;
    margin-right: 8px;
    font-weight: normal;
    color: #777;
    text-transform: uppercase;
}

/* Footer */

#shameless {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

