#nav {
  float: none;
  width: 100%;
}

  #nav ul {
    display: none;
  }

  #nav #logo {
    float: left;
  }

  #nav #address {
    margin-left: 30px; 
    float: right;
  }

#content {
  margin: 0;
  padding: 0;
}

#wrapper, #body, body, #content {
  background: none;
  border: none;
}


#location .imagination {
  clear: both;
}