/* CSS Document */
body, html {
  color			 : black;
}

#outer
{
  background-image: url(../images/presentatie.jpg);
  background-repeat: no-repeat;
}

#submitbutton
{
  width: 85px;
}

