body {
  background-image: url('/images/background-welcome-page.gif');
}

#page {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 780px;
  background-color: #A6C1CA;
}

#photoWelcomePage {
  margin: 20px 0px 20px 25px;
  border: solid 2px white;
}

#introText {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 240px;
  text-align: right;
  color: #4D4D4D;
  font-size: 105%;
  line-height: 1.3em;
}

.hrefEnter a {
  display: block;
  float: right;
  color: white;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
  border-bottom: solid 4px #6B8D99;
  padding: 10px 0px 2px 20px;
}

#introText .text {
  position: relative;
  width: 216px;
  height: 92px;
  font-size: 12pt;
  line-height: 12pt
  font-weight: bold;
  font-family: 'Times New Roman CE';
}

#welcomeText {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('/images/text-welcome-page.gif');
  background-position: bottom right;
  background-repeat: none;
  width: 216px;
  height: 92px;
}

