@charset "utf-8";
/* CSS Document */

#welcome {
  margin-left: -250px;
  position: absolute;
  top: -123px;
  left: 50%;
  width: 500px;
  height: 246px;
  visibility: visible;
}

#welcome {
  background-color: transparent;
  background-image: url(images/welcome.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
}

#enter {
  float: right;
  height: 246px;
}

#get-flash {
  margin: 20px auto;
  width: 158px;
  height: 39px;
}