body {
  background-image: url("base/images/goldengate_large.jpg");
  background-repeat: repeat;
}

.welcome {
  font-family: Verdana;
  font-style: italic;
  font-size: 36px;
  color: white;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}

#movingPath {
  position: absolute;
  width: 600px;
}

#movingPath span {
  font-family: Verdana
  color: #cfffcf;
  position: absolute;
  top: -200px;
  font-size: 18px;
  font-style: italic;
  color: #cfffcf;
  font-weight: bold;
  width: 300px;
}

.subtitle {
  color: #ffffff; 
  position: absolute; 
  font-family: Verdana; 
  top: 350px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

#clickHere {
  color: #ffffff; 
  position: absolute; 
  font-family: Verdana; 
  top: 305px;
  width: 70%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.enterButton {
  position:absolute;
  top:360px;
  left: 470px;
}

.enterButton span {
  position: relative;
  top: -10px;
  left: -80px;
  font-family: Verdana;
  font-size: 10px;
  width: 75px;
}

.enterButton:hover span {
  font-size: 12px;
  font-weight: bold;
}