/* Facebook stuff */
#fb-container {
    height: 100%;
}

#fb-footer {
    width: 100%;
}

#fb-content {
    background-color: #fff;
    height: 100%;
}


#fb-friend-hdr{
  background: transparent url(../css_js_images/fb/fb-friend.jpg) no-repeat 0 0;  
  height: 94px;
  width: 100%;
}



#fb-friend-holder{
    height: 300px;
    overflow-y: scroll;
}

#fb-footer{
  background-color: #F2F2F2;
  border-top:1px solid #CCCCCC;
  padding:8px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#fb-footer p{
    float: left;
    font-size: 11px;
    color: #333;
    padding-top: 8px;
 }

#fb-footer a{
    font-weight: bold;
    display: inline-block;
}

#fb-footer div{
    float: right;
    margin-right: 25px;
}

#fb-footer div a{
    padding: 0 3px;  
}

div.friend {
    float: left;
    margin: 10px;
    display: block;
    width: 150px;
    padding: 1px;
}

div.friend img {
    float: left;
    padding-right: 10px;
}

div.friend:hover{
    background-color: #aaa;
}