body {
  height: 100%;
  background:url(../images/background.JPG) repeat scroll transparent;
  background-attachment: fixed;
}

.pull-right {
  float: right !important;
}

.jumbotron h1 {
	font-size: 48px;
}

.panel
{
  background-color:rgba(255,255,255,0.7);
}

/* Set the fixed height of the footer here */
#overview {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color:rgba(238,238,238,0.6);
}


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

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color:rgba(238,238,238,0.6);
    text-align: center;
}
