html {
    min-height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

img { 
    border: 0;
}

a {
    color: #ccc;
    text-decoration: none;    
}

a:hover {
    color: #eee;
}

body {
    background: #111;
    color: #777;
    font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}

p,code,ul {
    padding-bottom: 1.3em;
}

h1 {
    color: #777;
    font: normal 2em Impact,sans-serif;
    margin-bottom: 5px;
    border-bottom: 1px solid #777;
    letter-spacing: 1px;
}

h2 {
    
    color: #777;
}

h1, h2 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.clearer {
    clear: both;
    font-size: 0;
}

.container {
    font-size: 1.3em;
    margin: 0 auto;
    width: 850px;
    background: url(images/header.png) no-repeat center top;
}

.menu {
    background: url(images/logo.png) no-repeat center top;
    padding-top: 135px;
    padding-bottom: 20px;
    float: left;
    width: 210px;
}

.content {
    float: right;
    margin: 10px 0;
    padding-top: 20px;
    width: 601px;
}

.content li {
    margin-left: 20px;
}

.markup {
    color: #444;
    font-weight: bold;    
}

.license {
    font: normal 0.9em sans-serif;
}

.footer {
    border-top: 1px dashed #444;
    text-align: center;
    font: normal 0.9em sans-serif;
    padding: 10px 0 20px;
}
