
.logo {
  position: absolute;
  visibility: hidden;
}

/* Contants all the image flags for language selection */
.languages {
  position: absolute;
  visibility: hidden;
}

/* Contants all the clickable text links beneath the image flags */
.languages_txt {
  position: absolute;
  visibility: hidden;
}

/* Contants all the left menu buttons */
.menu {
  position: absolute;
  visibility: hidden;
}

/* Contains the right menu (login and orther banners) */
.right {
  position: absolute;
  visibility: hidden;
}

/* Contains the content of the page between the left menu and the right menu */
.middle {
  width: 728px;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
