html {
    background: #fff url('/img/bg.gif') repeat;
}
body {
    color: #444;
    font-size: 77%;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 160%;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: .5em;
    font-weight: normal;
}
p {
    margin: 2em;
}
a {
    color: #cf7000;
}
a:hover {
    color:#cf0f00;
}
#header {
    height: 40px;
    clear: both;
}
#header h1 a {
    text-decoration: none;
}
#content {
    background: #fff;
    border-top:1px solid #bbb;
    border-right:1px solid #888;
    border-bottom:1px solid #555;
    border-left:1px solid #bbb;
    padding:2em;
    margin:2em auto 2em;
}
#footer{
    background: #aaa url('/img/bg-2.gif') repeat-x 0 0;
    color: #fff;
    padding: 2em;
}
#footer a{
    color: #ddd;
}
#footer a:hover{
    color: #777;
}
.std-width{
    width: 75%;
    margin: 0 auto;
}
.std-center{
    margin: 0 auto;
    text-align: center;
}
.std-tiny{
    font-size: .9em;
}
.quote{
    margin: 1em 2em;
    font-style: italic;
}
.border {
    border: 1px solid #aaa;
}
.code {
    font-family: monospace;
    font-size: 121%;
}
#content-img {
    float: right;
    margin-left: 1em;
}
#twitter_div {
    background: url('/img/twitter-crushed.png') no-repeat;
    height: 245px;
}