/* Home CSS Document */

#features{
  width: 950px;
  height: 500px;
  padding: 0px;
  float: left;
  background: url(../images/css/background_features.jpg) no-repeat;
}

#home{
  float: left;
  width: 950px;
  background: #BDE4F7 url(../images/css/background_html.jpg) no-repeat 0px -130px;
}

#footer.home .container{
  height: auto;
}

#footer.home .container #misc{
  width: 860px;
  height: auto;
  margin: 0px 40px;
  display: inline;
}

#footer.home .container #legal{
  float: right;
}

#footer.home .container #map{
  display: none;
}