/* CSS Document */

body {
  background-color: black; 
}

.main {
  position: relative;
  height: 600px;
  width: 1000px;
  background: url(../gfx/background.jpg) no-repeat 0px 0px;
}

.continue {
  position: absolute;
  top: 480px;
  right: 50px;
  font-size: 36px;
  font-family: tahoma;
  font-weight: bold;
}

.continue a {
  color: #909090;
  text-decoration: none;
}

.continue a:hover {
  color: #707070;
  text-decoration: none;
}