body {
/*  background-image: url(images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
*/
}

html, body, .container {
  height: 100%;
}

html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

body { 
  line-height: 23px;
  font-size: 18px;
  font-family: Gill Sans Light;
  color: #ffffff;
}

h1 {
  color: #5b5a5a;
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
}

h2 {
  color: #5b5a5a;
  font-size: 20px;
  line-height: 0px;
  font-weight: 400;
}

h3 {
  color: #5b5a5a;
  font-style: italic;
  font-size: 30px;
  line-height: 0px;
  font-weight: 400;
}

.container {
  display: table;
  margin:auto;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}