/* Hide these features entirely */

.notHandheld {
  display: none;
}

#masthead {
  background-image: url('../images/masthead-mobile.jpg');
  background-repeat: no-repeat;
  padding: 0em;
  width: 480px;
  height: 110px;
  margin-bottom: 0em;
}

/* remove padding, allow scaling */

#content {
  padding: 0em !important;
  min-width: 1em;
}

#footer {
  padding: 0em !important;
}

body,div.box { 
  min-width: 1em;
}

