html, body {
  height: 100%;
}
  #wrapper {
    background: transparent;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -10em;
  }
  
  #footer_2 {
    border-top: 1px solid #fff;
    color: #fff;
  }
  
  #footer_2, .push {
    height: 9.9em;
    clear: both;
  }
      
  #footer_2 ul {
  	padding:10px 0 0 20px;
  }
  
  #footer_2 ul li {
  	float:left;
  	padding-right:15px;
  }
  
  #footer_2 a {
    color: #fff;
  }
  
  #footer_2 .logo {
  	background:url(/images/new_mealtracker_logo.png) no-repeat;
  	width: 148px;
  	height: 35px;
  	float:none;
  	display:block;
  }
  
  #footer_2 p {
    margin: 2.5em 0;
  }

    ul#links {
      position: relative;
      top: 50px;
      left: -195px;
      list-style-type: none;
    }
    
    ul#links li {
      float: left;
      margin-right: 1em;
    }
    
    ul#links_2 {
      list-style-type: none;
    }
    
    ul#links_2 li {
      float: left;
      margin-right: 11px;
    }
    ul#links_2 li a { font-size: 12px; }
    ul#links_2 li a span { color: #FF7B00; }

.news_item a:hover { color: #FF7B00; }
.bold { font-weight: bold; }



