html {
    background-color: #edede9;
}

body {
    background-color: #fff;
    background-image: url(/static/detective.gif);
    background-repeat: no-repeat;
    background-position: center right;
    font-family: serif;
    line-height: 1.3em;
    margin:0 auto;
    padding:.25em;
}

h1 {
    background-color: #bdb2ff;
    padding:.5em;
    border-radius: .2em;
}

a {
    text-decoration: none;
}
a.logo, a.logo:visited {
    color: #000;
}
a:visited {
    color:#00f;
}
a:hover {
    color: #f00;
}

dt, fieldset {
    margin-top:1.5em;
}

footer {
    border-top:1px solid #bdb2ff;
}

@media (min-width: 600px) {
    body {
        width:750px;
    }
}