div {
margin:auto;
width:80%;
}

#title {
position: fixed;
  top: 100;
  right: 0;
  }



#fb { 
    background-color:#009900;
  position: fixed;
  bottom: 0;
  right: 0;
}

#twitter {
 position: fixed;
  bottom: 100;
  right: -10;
  }
  
  #findme {
  position: fixed;
  bottom: 140;
  right: -10;
  }

 body {
  background-color:#009900;
  }
  
#container{
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
}

#middle{
   width: 851px;
   margin-left: auto;
   margin-right: auto;
   height: 395px;
   color:#ffffff;
   text-align:center;
}
