div#content {
    margin-bottom: 50px;
    padding-top: 50px;
//    padding-bottom: 50px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    width: 1100px;
    position: relative;
    -moz-border-radius-bottomleft: 16px;
    -moz-border-radius-bottomright: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

div#content td.intro {
    width: 450px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 20px;
}

div#content td.intro h1 {
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 1em;
}

div#content td.intro p {
    font-size: 16px;
}

div#content table.apps {
    width: 100%;
}

div#content .appstorelink {
    padding: 10px 0;
}

div#content .appstorelink img {
    height: 34px;
    top: 2px;
    padding-left: 6px;
    vertical-align: middle;
}

div#content .android {
    top: 30px;
    position: relative;
}

div#content .links {
    position: relative;
    top: 35px;
    display: inline-block;
    width: 100%;
}

div#content .links img {
    max-height: 56px;
}

div#content .press {
    top:35px;
    display: inline-block;
    float: right;
}

div#content td.randomimg {
    width: 600px;
    height: 555px;
    display: block;
    text-align: center;
    position: relative;
}

div#content td.randomimg h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 1.5em;
//  padding-right: 5px;
    position: relative;
//    right: 5px;
}

div#content td.randomimg img {
    max-width: 530px;
    max-height: 530px;
    width: 530px;
    margin: 0px auto;
}
