body {
  overflow-y: scroll;
  text-align: center;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0; overflow: auto;
}

div {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

#syveon-solutions {
  padding: 0 0 0 15px;
}

#wrapper {
  margin: -12px auto 0 auto;
  min-height: 100%;
  _height: 100%;
  width: 814px;
  text-align: left;
}

#wrapper .spacer {
  clear: both;
  width: 814px;
  height: 1px;
}

#black-header {
  width: 814px;
  height: 47px;
  padding: 12px 0 0 0;
  background: #000000;
}

#header {
  width: 814px;
  height: 187px;
  background: url(../../../images/header/algemeen.jpg) no-repeat;
}

#header .logo {
  float: left;
  width: 209px;
  height: 82px;
  padding: 8px 0 0 10px;
}

#mainNav {
  float: left;
  width: 198px;
  margin: 25px 0 0 0;
}

#mainContent {
  float: right;
  width: 547px;
  margin: 25px 69px 15px 0;
}

#error,
#success {
  margin: 0 0 20px 0;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
}

#error {
  background: #c1272d;
}

#success {
  background: #54a109;
}

#footer {
  margin: 0 auto;
  clear: both;
  width: 814px;
  height: 12px;
}

#footer #colors {
  float: left;
  width: 72px;
  height: 12px;
}

#footer #colors div {
  float: left;
  width: 12px;
  height: 12px;
}

#footer #colors .red { background: #c1272d; }
#footer #colors .yellow { background: #ffc20e; }
#footer #colors .green { background: #54a109; }
#footer #colors .blue { background: #0072bc; }
#footer #colors .purple { background: #7f22a6; }
#footer #colors .black { background: #231f20; }
