body {
    padding: 24px;
    margin: 0 auto;
    background: #fff url('/assets/body-bg.png') repeat-x left top;
    font-family: 'Lucida Grande', 'Helvetic Neue', Arial, Helvetica, Sans-Serif;
    font-size: 13.5px;
}

#container {
    width: 784px;
    margin: 0 auto;
}

#col-a {
    width: 464px;
    float: left;
}

#col-a .hd {
    height: 200px;
}

#col-b {
    width: 304px;
    margin-left: 480px;
}

#col-b.nonphone {
    padding-top: 200px;
}

h1 {
    font-size: 30px;
    color: #3d475c;
    text-shadow: #fff 0 1px -0;
    margin: 2px 0 10px;
    text-align: center;
}

h2 {
    font-size: 16.5px;
    color: #1f242e;
    EBtext-shadow: #fff 0 1px -0;
}

#info-boxes {
    margin-top: 14px;
}

.box {
    padding: 12px 32px 12px 12px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 8px;
    color: #3d475c;
    background: #e2e7ed url('/assets/infobox-arrow-off.png') no-repeat 444px center;
}

.box h2 {
    color: #3d475c;
    font-size: 18px;
    margin: 0 0 6px;
    padding-left: 12px;
    background: transparent url('/assets/infobox-bullet-off.png') no-repeat center left;
    cursor: pointer;
}

.box p {
    margin: 0;
    padding-left: 12px;
}

.on {
    color: #fff;
    background: #4c566c url('/assets/infobox-arrow-on.png') no-repeat 444px center;
}

.on h2 {
    color: #fff;
    background: transparent url('/assets/infobox-bullet-on.png') no-repeat center left;
    text-shadow: none;
}

#footer {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    clear: both;
}

#footer, #footer a {
    color: #3B5998;
}

img {
    border: none;
}

#fb-like {
    min-height: 80px;
    text-align: center;
}

#movie {
    width: 304px;
    height: 633px;
    position: relative;
}

#movie #mediaspace {
    width: 252px;
    height: 377px;
    z-index: 2;
    position: absolute;
    left: 27px;
    top: 93px;
}

#movie .frame {
    background-image: url('/assets/iphone_frame.png');
    width: 304px;
    height: 633px;
    z-index: 1;
    position: absolute;
}

.fb_iframe_widget {
    margin-top: 20px;
}

