html {
    height: 100%;
}
body {
    margin: 0;
    background: #e8f2fe url("../img/background.jpg") repeat-x;
    font-size: 9pt;
    font-family: "Segoe UI", "Tahoma", sans-serif;
}
.container {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
h1 {
    font-weight: normal;
    font-size: 24pt;
    color: #003399;
    margin: 48px 0;
    text-align: center;
    height: 32px;
    line-height: 32px;
}
.screenshot {
    display: block;
    margin: 0 auto 48px;
}
.download {
    text-decoration: none;
    display: block;
    width: 256px;
    height: 72px;
    margin: 0 auto;
}
.download img {
    display: block;
    border: none;
}
.intro {
    font-size: 12pt;
    margin-bottom: 48px
}
.info {
    margin-top: 16px;
}
