
#content {
    height: 400px;
}
#content #yellow-bar {
    position: absolute;
    bottom: 1px;
    left: 1px;
    z-index: 1px;
    height: 86px;
    width: 978px;
    background: #ffd141;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    /* behavior: url(css/border-radius.htc); */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#content #guru {
    position: absolute;
    bottom: 1px;
    left: 27px;
    z-index: 3;
    width: 428px;
    height: 429px;
}
#content #movie-container {
    position: absolute;
    bottom: 30px;
    right: 15px;
    z-index: 2;
    width: 500px;
    height: 337px;
    background: url(../images/home-movie-shadow2.png) no-repeat left top;
}
#content #movie-container #player {
    width: 452px;
    margin: 17px auto 0px auto;
    overflow: hidden;
}
#content .share.twitter {
    top:350px;
    right:100px;
}
#content .share.facebook {
    top:350px;
    right:5px;
}