body {
    background: #aaa;
    font-family: sans-serif;
}

#bodywrap {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#head {
    border: 4px solid black;
    background: white;
    padding: 20px;
    margin: 20px;
    position: relative;
}
    #logo {
        position: absolute;
        bottom: 40px;
        left: 30px;
    }
    .menu {
        margin-left: 180px;
    }
    #social {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

#content {
    border: 4px solid black;
    background: white;
    padding: 20px;
    margin: 20px;
}
    #content h1 {
        border-bottom: 1px solid #999;
    }
    
    #screenshotwrap {
        width: 100%;
        text-align: center;
    }
        #screenshotwrap .screenshot {
            display: inline-block;
            margin: 0 10px;
        }
    
    #old-versions {
        display: none;
    }

#foot {
    border: 4px solid black;
    background: white;
    padding: 20px;
    margin: 20px;
}