body {
    background: url(images/bg.png) top left repeat;
    padding: 0;
    margin: 0;
    font: 9pt Helvetica, Arial, sans-serif;
    color: #fff;
}

#main {
    width: 920px;
    overflow: visible;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    z-index: 1;
}

#logo {
    width: 475px;
    height: 120px;
    background: url(images/logo.png) top left no-repeat;
    margin-bottom: 10px;
    position: relative;
    left: 40px;
    position: relative;
    z-index: 1;
}

#navigation {
    width: 840px;
    border-bottom: 2px solid #0cd6fe;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}


#navigation ul, #navigation ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation ul li {
    float: left;
    margin-right: 20px;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
    color: #aaa;
    font: inherit;
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
}

#navigation ul li a.active, #navigation ul li a:hover {
    color: #ff06c6;
}


#content {
    width: 840px;
    background: url(images/black_37.png) top left repeat;
    border: 10px solid #fff;
    border-radius: 40px;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    z-index: 1;
}

#content.start {
    min-height: 350px;
}


.content_inner {
    padding: 20px;
    font-size: 10pt;
}


.teaser {
    width: 540px;
    height: 200px;
    background: url(images/teaser_text.png) top left no-repeat;
    position: relative;
    z-index: 1;
    top: 20px;
    left: 15px;
}

.download_button {
    width: 250px;
    height: 60px;
    background: url(images/download_button.png) top left no-repeat;
    position: relative;
    z-index: 1;
    top: 20px;
    left: 20px;
    cursor: pointer;
    float: left;
}


.iphone {
    width: 251px;
    height: 471px;
    background: url(images/iphone.png) top left no-repeat;
    position: absolute;
    right: 50px;
    top: 60px;
    z-index: 100;
    overflow: hidden;
}

#footer {
    position: relative;
    z-index: 1;
    top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: auto;
    color: #aaa;
    text-align: center;
}

.pitch_qr {
    display: block;
    position: relative;
    z-index: 1;
    left: 50px;
    float: left;
}

