* {
  margin: 0 auto;
  padding: 0;
}

body {
  background: url(pattern3.gif) repeat;
  width:100%;
  height: 100%;
}

#alert {
  font: 14px "Arial", sans-serif;
  color: #fff;
  background: url(alert.png) no-repeat;
  width: 424px;
  height: 40px;
  position: relative;
  top: 7%;
}

#alert span {
  position: relative;
  top: 12px;
}

#alert a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff831;
  font-weight: bold;
}

#alert a:hover {
  border-bottom: 1px solid #fff831;
}

#splash {
  position: relative;
  top: 15%;
  width: 908px;
  height: 426px;
}

#facebook {
  position: absolute;
  top: 300px;
  left: 78px;
}

#splash img {
  border: none;
}
