html, body { 
    height: 100%;
    min-height: 100%;

} 

#container {
   background:#000000 url(../images/grass_bg.jpg) ;
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height:100%;
 /* height:100%;*/
}    

.logo {
  padding-top:100px;
  margin-left:100px;
}