body {
    font: .74em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1.64em;
    background: #fff;
    color: #444;
}

#ram {
    width: 920px;
    margin: 0px auto;
}

#header {
    border-bottom: 5px solid #ccc;
    height: 80px;
    padding: 10px 0 0 0;
}

#subheader {
    border-bottom: 1px solid #000;
    height: 45px;
    padding: 5px 0 0 0px;
	font: .68em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
	text-align: right;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

.popover {
    min-width: 400px;
    width: auto;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #eee;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
}
