@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&subset=latin,latin-ext);

html {
  overflow: scroll;
}

body {
  font-family: 'Lora', serif;
  padding-bottom: 40px;
  color: white;
  background-color: #747474;
}


#header {
  width: 1100px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
}