/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/


body {
	font-size: 1.2em;
	text-align: center;
  background-color: #efefef;

}

#wrapper {


}


#wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    opacity: .1;
    content: "";
    z-index: -1;
}

#content {

  margin: auto;
  margin-top: 450px;
  width: 70%;
}

#english {
  color: #555555;
  padding: 30px;
}

#dutch {
    color: #666666;
    padding: 30px;
    padding-top: 0px;
}
