body {
  background: #15003a;
}

#wrapper {
  background-image: url('../images/kattekrab_Brick_Wall_Texture.png');
  background-repeat: repeat-y;
  background-position: left top;
}

#wrapperTwo {
}

#header {
  background: #f3eafe;
}

#content {
  background: #fefefe;
  border: 1px solid black;
}

#sidebar {
  border: 1px solid black;
  background: #fefefe;
}

#footer {
  background: #d7dabd;
}