#body{
    margin: 10px 10px;
}

#main{
    position: relative;
    margin: auto;
}

.bcentered{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  max-width: 800px;
  width: 100%;
}

#baas_wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#baas_top{
    width: 100%;
    height: 37.5%;
}

#baas_telefoon{
    width: 100%;
    height: 7%;
}

#telefoon_left{
    width: 5.2%;
    float: left;
}

#telefoon{
    width: 37.2%;
    float: left;
}

#baas_email{
    width: 100%;
    height: 7%;
}

#email_left{
    width: 4.7%;
    float: left;
}

#email{
    width: 38.75%;
    height: 5%;
    float: left;
}