#content,
#content #guru-mask {
    height: 640px;
}
#content {
    background: #f1f2f1 url(../images/bg-meet-the-guru.jpg) repeat-x left top;
}
#content #twitter-feed {
    position: absolute;
    top:25px;
    left:10px;
    z-index:1;
    width: 302px;
    height: 368px;
}
#content #twitter-feed .frame,
#content #about .frame {
    position: absolute;
    top:0px;
    left:0px;
    z-index:100;
}
#content #twitter-feed .twitter-logo {
    position: absolute;
    bottom:44px;
    left:40px;
    z-index:101;
}
#content #twitter-feed .followers {
    position: absolute;
    bottom:48px;
    right:43px;
    z-index:102;
    text-align: right;
    color: #666;
    font-size: 11px;
}
#content #twitter-feed #feed-s {
    position: absolute;
    top:33px;
    left:36px;
    width: 230px;
    height: 272px;
    z-index: 1;
    background: #f3f2f2; 
    overflow: hidden;
}
#content #twitter-feed #feed-s .item {
    padding: 6px 0;
    height: 76px; 
    border-bottom:#CCC solid 1px;
    background: url(../images/meet-the-guru-twitter-avatar.gif) no-repeat 15px 20px;
}
#content #twitter-feed #feed-s .item p {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px 10px 60px;
}




#content #about {
    position: absolute;
    top:68px;
    right:10px;
    z-index:1;
    width: 461px;
    height: 309px;
}
#content #about .bio,
#content #about .painting-mask {
    position: absolute;
    top:28px;
    left:36px;
    width: 395px;
    height: 240px;
    overflow: hidden;
}
#content #about .painting {
    position: absolute;
    top:0px;
    left:0px;
}
#content #about .bio {
    z-index: 1;
    background: #eae8e2 url(../images/bg-meeting-guru-bio.gif) no-repeat left top; 
    display: none;
}
#content #about .bio p {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 58px 0px 20px;
    padding: 0px 35px;
}
#content #about .painting-mask {
    z-index: 2;
}
#content .share.twitter {
    top:375px;
    right:100px;
}
#content .share.facebook {
    top:375px;
    right:5px;
}


#content #guru-mask {
    position: absolute;
    top:0px;
    left:0px;
    width:980px;
    z-index: 200;
    overflow: hidden;
}
#content #guru-mask #guru {
    position: absolute;
    bottom:30px;
    left:130px;
}
#content #desk {
    position: absolute;
    bottom:-30px;
    left:35px;
    z-index: 300;
}