body {
  color: #444444;
  background: url(../img/header_bg.png) repeat-x;
}

.wrap {
    width: 917px;
    margin: 0 auto;
}

.iphone {
    padding-top: 40px;
    width: 281px;
    float: left;
    position:relative;
}
.iphone .free-badge {
    position: absolute;
    top: 20px;
    left: -35px;
}
.ipad {
    padding-top: 40px;
    width: 408px;
    float: left;
    position:relative;
}

.content {
    float:left;
    margin-left: 0px;
    position: relative;
    width: 509px;
}
.content .farrier1-title {
    position: absolute;
    top: 110px;
    left: 0px;
}
.content .farrier1-subtitle {
    position: absolute;
    top: 220px;
    left:120px;
    font-weight: bold;
}
.content .tab {
    margin-top: 250px;
    height: 300px;
    background: url(../img/tab_bg.png) 0 0 no-repeat;
    padding: 30px 7% 0 7%;
    width: 86%;
}
.content .farrier-clip {
    position: absolute;
    top: 244px;
    left: 32px;
}
.content .tab-content {
    padding-left: 150px;
}
.content p {
    font-size: .83em;
    margin-bottom: 1em;
}
.tab-content img.meet-us {
    margin-bottom: 1em;
}

#iphone-overlay {
    position:absolute;
    top:137px;
    left:22px;
}