html, body {
    margin: 0;
    padding: 0;
    height: 100%;   
}

body, body * {
    font-family: Arial;
    font-size: 12px;
}

body {
    background-color: #000;
    color: #555;
}

h1, h3 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 32px;
    letter-spacing: 3px;
    padding-top: 10px;
}

h3 {
    font-size: 18px;
    color: #f26000;
}

#main, #footer {
    width: 780px;
}

#main {
    margin: 0 auto;
}

#content, #footer {
    background-color: #fff;
}

#header {
    background: url(bird.png) no-repeat left 5px;
    background-color: #000;
    color: #bfda00;
    height: 48px;
    text-align: right;
}

#content {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    padding: 10px 15px;
    line-height: 24px;
}

#content #install, #content #latest {
    margin-top: 20px;
}

#content #latest ul {
    margin-top: 0;
}

#screenshot {
    float: right;
    margin: 0 20px;
}

#platforms {
    border: 2px dotted #ccc;
    border-width: 2px 0;
    margin-top: 30px;
    padding: 10px 0;
}

#platforms img {
    vertical-align: middle;
}

#footer, #footer * {
    color: #555;
    font-size: 11px;
}

#footer {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top: 1px dotted #ccc;
    height: 25px;
    margin-top: 20px;
    padding-top: 5px;
    text-align: center;
}

.download {
    font-size: 10px;
}
