html {
  height:100%;
  min-height:100%;
}

body {
  margin: 0;
  font-family: 'Josefin Slab', serif;
  font-size: 48px;
  background: url(/gr/back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:100%;
}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-weight: normal;
}

html, body, #background, #container {  
  width: 100%;   
}

#background {
  position: fixed;  
  z-index: -1;  
  top: 0;  
  left: 0;  
}

#container {
  max-width: 960px;  
  width: 90%;  
  height: auto;  
  position: absolute;
  bottom: 2em;
  left: 2em;
}