body {
    margin: 0px;
    padding: 0px;
    background: #003874 url(/gfx/page-bg.png) repeat-x;
    font-family: Helvetica, "Trebuchet MS", Verdana, Arial;
    font-size: 14px;
    color: #fff;
}

a img {
    border: none;    
}

#page {
    position: relative;
    margin: 0 auto;
    width: 1101px;
    height: 790px;
    background: url(/gfx/background.jpg) no-repeat;
}

h1 {
    position: absolute;
    top: 80px;
    left: 120px;
    width: 459px;
    height: 102px;
    text-indent: -1000px;
    background: url(/gfx/title.png) no-repeat;
}
h5 {
    display: none;
}

#description {
    position: absolute;
    top: 230px;
    left: 130px;
    width: 355px;
    min-height: 0px;
    text-align: right;
}
#description p {
    margin: 0px 0px 10px 0px;
    line-height: 22px;
}
#description p.requirements {
    font-size: 12px;
}

#appstore {
    position: absolute;
    top: 472px;
    left: 300px;
    width: 185px;
    height: 61px;
}

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

#footer {
    position: absolute;
    top: 670px;
    left: 130px;
    width: 355px;
    text-align: right;
}
#footer a.woerk {
    position: absolute;
    top: 0px;
    left: 0px;
}
#footer p {
    color: #1D76D2;
    font-size: 12px;
}
#footer p a {
    color: #1D76D2;
    text-decoration: underline;
}