.center {
  position: relative;
  left: 50%;
  width: 883px;
  margin-left: -441.5px;
}

#text_logo_line {
  position: absolute;
  left: 40px;
  top: 100px;

  text-transform: capitalize;
  font-family: Arial, Helvetica;
  font-size: 24.29px;
  color: #FFFFFF;
}

#text_logo_long {
  width: 500px;
  position: absolute;
  left: 40px;
  top: 150px;

  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #FFFFFF;
}

#text_main {
  text-align: justify;
  font-family: Arial, Helvetica;
  font-size: 10px;
  color: #FFFFFF;

  width: 50%;
  position: absolute;
  left: 40px;
  top: 20px;
}

#button_enter {
  width: 117px;
  height: 36px;
  position: absolute;
  left: 650px;
  top: 100px;
  cursor: pointer;

  background-image: url(img/age/enter.png);
  color: #ffffff;
  text-align: center;
}

#button_leave {
  width: 100px;
  position: absolute;
  left: 655px;
  top: 150px;
  cursor: pointer;

  background-color: #4E1B1B;
  color: #FFFFFF;
  text-align: center;
}

#lightbar {
  position: absolute;
  top: 300px;
}


#parental_control {
  position: absolute;
  width: 883px;
  top: 350px;
  left: 50%;
  margin-left: -441.5px;
  text-align: center;
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #ffffff;
}

#rta {
  position: absolute;
  top: 450px;
  left: 50%;
  margin-left: -31px;
}

#members_age {
  position: absolute;
  top: 500px;
  left: 50%;
  margin-left: -441.5px;
  width: 883px;
  color: #ffffff;
  text-align: center;
  font-size: 9px;
}

#copyright {
  position: absolute;
  top: 550px;
  left: 50%;
  margin-left: -441.5px;
  width: 883px;
  color: #ffffff;
  text-align: center;
  font-size: 9px;
}