body {
  background: #333;
  color: #666;
  font: 26px "Georgia", "Times New Roman",Times,serif;
  font-weight: normal;
  overflow: hidden;
}

h1{
  font: 60px "Georgia", "Times New Roman",Times,serif;
  font-weight: normal;
  margin: 0 0 -24px 0;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  color: #eee;
  cursor: pointer;
}

.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#text {
  position:absolute;
  top:50px;
  left:80px;
}