/* ################### MODULES ################### */
.module1 {
  border           : 0px solid #E6E1D2;
  margin-bottom    : 0px;
  margin-right     : 0px;
  width            : 100%;
  padding-top      : 5px;
  padding-right    : 10px;
  padding-left     : 5px;
  padding-bottom   : 10px;
}
.module2 {
  background-image : url(images/ur.png);
  background-position : top right;
  background-repeat: no-repeat;
}

.module3 {
  background-image : url(images/lr.png);
  background-position : right bottom;
  background-repeat: no-repeat;
}
.module4 {
  background-image : url(images/ll.png);
  background-position : bottom left;
  background-repeat: no-repeat;
}
.module5 {
  background-image : url(images/ul.png);
  background-position : top left;
  background-repeat: no-repeat;
  background-color : #E6E1D2;
}