html, body {
 
  font: 16px/22px 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
  background-color: #FFF;
  height: 100%;
  margin: 0;
   / background: url(asylheim.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  
}

#top { 
  float: left;
  width: 1px;
  height: 40%;
  margin-bottom: -12em;
}


#CONTENT {
  text-align: center;
  clear: left;
  margin: 0 auto;
  max-width: 320px;
    background-color: #fff;
  padding-bottom: 20px;
  /*  -moz-box-shadow:0 0 10px #f1f1f1;
  -webkit-box-shadow:0 0 10px #f1f1f1;
  box-shadow: 0 0 10px #f1f1f1;*/



}



@media only screen and (max-device-width : 480px) {


}
