body {
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    font-family: helvetica, "Trebuchet MS", Verdana, Arial;
    font-size: 14px;
    color: #000;
}

a img {
    border: none;    
}

#page {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 790px;
}

h1 {
    position: absolute;
    top: 80px;
    left: 120px;
    width: 459px;
    height: 102px;
    text-indent: -1000px;

}
h5 {
    display: none;
}

#description {
    position: absolute;
    top: 110px;
    left: 50px;
    width: 355px;
    min-height: 0px;
    text-align: right;

}
#description p {
    margin: 0px 0px 10px 0px;
    line-height: 22px;
}
#description p.requirements {
    font-size: 12px;
}

#filmstrip {
    position: absolute;
    top: 337px;
    left: 40px;
    width: 355px;
    height: 140px;
}

#iphone {
    position: absolute;
    top: 293px;
    left: 700px;
    width: 229px;
    height: 328px;
    z-index: 1;
}

#footer {
    position: absolute;
    top: 515px;
    left: 20px;
    width: 855px;
    text-align: left;
}
#footer p {
    color: #fff;
    font-size: 12px;
}
#footer p a {
    color: #fff;
    text-decoration: underline;
}

