body {
    background: #333;
    color: #CCC;
}
a:link,a:visited{
    text-decoration:underline; color:#CCC;
}
a:hover{
    text-decoration:underline; color:#777;
}
.content,#content {
    height: 200px;
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
}
#bottomright {
    position: fixed;
    bottom: 0;
    right: 0;
}
.inline-code {
    border: 1px solid rgb(220, 220, 220);
    background-color: rgb(243, 243, 243);
    padding-right: .2em;
    padding-left: .2em;
    border-radius: .25em;
    color: rgb(0,0,0);
    font-size: .9em;
}
