body {
    background: #E6E6E6 url('../images/background.png') repeat-x;
    text-align: center;
    padding-top: 30px;
    font-family: verdana;
    font-size: 12px;
    text-align: center;
}

#body {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    color: #555;
}

#left_column {
    float: left;
}

#right_column {
    float: left;
    width: 460px;
    overflow: hidden;
}

#iphone {
    background: url('../images/iphone.gif') no-repeat;
    width: 300px;
    height: 420px;
    padding: 94px 0 0 35px;
    margin: 0 0 0 0;
    display: none;
}

#viewport {
    width: 205px;
    height: 308px;    
    overflow: hidden;
    display: block;
    position:relative;
}

#shots {
    width: 2000px;
    position: relative;
    display: block;
}

#shots img {
    float: left;
}

#logo {
    background: url('../images/logo.png') no-repeat;
    width: 313px;
    height: 42px;
    display: block;
    padding-bottom: 10px;
    margin-left: 330px;
    display: none;
}

#appstore {
    width: 140px;
    height: 45px;
    margin-left: 65px;
    display: none;
}

#appstore img {
    border: 0;
}

.content {
    position: relative;
    top: -800px;
    text-align: center;
}

.content a {
    color: #666;
}

.content a:hover {
    color: #000;
}

.content h3.special {
    color: #e00000;
}

.content h2 {
    font-size: 14px;
    margin-bottom: 0;
}

.content h3 {
    font-size: 12px;
    margin-bottom: 0;
}

.disclaimer h2 {
    font-size: 11px;
}

.disclaimer a {
    color: #888;
}

.disclaimer {
    color: #888;
    padding-top: 10px;
    font-size: 10px;
    text-align: justify;
}
